Spring Integration

Package org.springframework.integration.jpa.inbound

Provides inbound Spring Integration Jpa components.

See:
          Description

Class Summary
JpaPollingChannelAdapter Polling message source that produces messages from the result of the provided: entityClass JpQl Select Query Sql Native Query JpQl Named Query Sql Native Named Query After the objects have been polled, it also possibly to either: executes an update after the select possibly to updated the state of selected records executes an update (per retrieved object or for the entire payload) delete the retrieved object
 

Package org.springframework.integration.jpa.inbound Description

Provides inbound Spring Integration Jpa components.


Spring Integration