Package org.springframework.integration.jdbc

Interface Summary
SqlParameterSourceFactory 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
DefaultSqlParameterSourceFactory A default implementation of SqlParameterSourceFactory which creates an SqlParameterSource according to the result of the data passed in.
JdbcMessageHandler A message handler that executes an SQL update.
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.