Package org.springframework.integration.jdbc

Root package of the Spring Integration JDBC module, which contains various JDBC and Stored Procedure/Function supporting components.

See:
          Description

Interface Summary
SqlParameterSourceFactory Collaborator for JDBC adapters which allows creation of instances of SqlParameterSource for use in update operations.
 

Class Summary
BeanPropertySqlParameterSourceFactory A default implementation of SqlParameterSourceFactory which creates an SqlParameterSource to reference bean properties in its input.
ExpressionEvaluatingSqlParameterSourceFactory An implementation of SqlParameterSourceFactory which creates an SqlParameterSource that evaluates Spring EL expressions.
JdbcMessageHandler A message handler that executes an SQL update.
JdbcMessageStore Implementation of MessageStore using a relational database via JDBC.
JdbcOutboundGateway  
JdbcPollingChannelAdapter A polling channel adapter that creates messages from the payload returned by executing a select query.
StoredProcExecutor A message handler that executes Stored Procedures for update purposes.
StoredProcMessageHandler A message handler that executes Stored Procedures for update purposes.
StoredProcOutboundGateway  
StoredProcPollingChannelAdapter A polling channel adapter that creates messages from the payload returned by executing a stored procedure or Sql function.
 

Package org.springframework.integration.jdbc Description

Root package of the Spring Integration JDBC module, which contains various JDBC and Stored Procedure/Function supporting components.