Package org.springframework.integration.jdbc

Interface Summary
SqlParamterSourceFactory Collaborator for JdbcPollingChannelAdapter which allows creation of instances of SqlParameterSource for use in updates to be created according to the result of the poll
 

Class Summary
DefaultSqlParamterSourceFactory A default implementation of SqlParamterSourceFactory which creates an SqlParameterSource according to the result of the polled data passed in Where the result of the poll is a List a list of ids generated by looking for a map entry or bean property named by default 'id'.
JdbcMessageStore Implementation of MessageStore using a relational database via JDBC.
JdbcPollingChannelAdapter A polling channel adapter that creates messages from the payload returned by executing a select query Optionally an update can be executed after the select in order to update processed rows