Package org.springframework.integration.jdbc
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
-
Interface Summary Interface Description MessagePreparedStatementSetter The callback to be used with theJdbcMessageHandler
as an alternative to theSqlParameterSourceFactory
.SqlParameterSourceFactory Collaborator for JDBC adapters which allows creation of instances ofSqlParameterSource
for use in update operations. -
Class Summary Class Description BeanPropertySqlParameterSourceFactory A default implementation ofSqlParameterSourceFactory
which creates anSqlParameterSource
to reference bean properties in its input.ExpressionEvaluatingSqlParameterSourceFactory An implementation ofSqlParameterSourceFactory
which creates anSqlParameterSource
that evaluates Spring EL expressions.JdbcMessageHandler A message handler that executes an SQL update.JdbcOutboundGateway JdbcPollingChannelAdapter A polling channel adapter that creates messages from the payload returned by executing a select query.StoredProcExecutor This class is used by all Stored Procedure (Stored Function) components and provides the core functionality to execute those.StoredProcMessageHandler A message handler that executes Stored Procedures for update purposes.StoredProcOutboundGateway AnAbstractReplyProducingMessageHandler
implementation for performing RDBMS stored procedures which return results.StoredProcPollingChannelAdapter A polling channel adapter that creates messages from the payload returned by executing a stored procedure or Sql function.