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