All Classes and Interfaces

Class
Description
A default implementation of SqlParameterSourceFactory which creates an SqlParameterSource to reference bean properties (or map keys) in its input.
Callback to be used with the JdbcChannelMessageStore.
Common interface used in order to configure the JdbcChannelMessageStore to provide database-specific queries.
The default implementation of the LockRepository based on the table from the script presented in the org/springframework/integration/jdbc/schema-*.sql.
 
An implementation of SqlParameterSourceFactory which creates an SqlParameterSource that evaluates Spring EL expressions.
 
 
Factory class for JDBC components.
Channel-specific implementation of BasicMessageGroupStore using a relational database via JDBC.
 
A MessageSourceSpec for a JdbcInboundChannelAdapterSpec.
An ExpirableLockRegistry using a shared database to co-ordinate the locks.
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of JdbcMessageHandler
A message handler that executes an SQL update.
 
Implementation of MessageStore using a relational database via JDBC.
Parser for JdbcMessageStore.
Implementation of ConcurrentMetadataStore using a relational database via JDBC.
Namespace handler for the integration JDBC schema.
A MessageHandlerSpec for a JdbcOutboundChannelAdapterSpec.
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of JdbcOutboundGateway
 
 
A MessageHandlerSpec for a JdbcOutboundGatewaySpec.
A polling channel adapter that creates messages from the payload returned by executing a select query.
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of JdbcPollingChannelAdapter
A MessageSourceSpec for a JdbcStoredProcInboundChannelAdapterSpec.
A MessageHandlerSpec for a JdbcStoredProcOutboundChannelAdapterSpec.
A MessageHandlerSpec for a JdbcStoredProcOutboundGatewaySpec.
This Enumeration provides a handy wrapper around Types.
A ChannelMessageStorePreparedStatementSetter implementation that uses JSON serialization for Message objects instead of Java serialization.
A RowMapper implementation that deserializes Message objects from JSON format stored in the database.
Encapsulation of the SQL shunting that is needed for locks.
The callback to be used with the JdbcMessageHandler as an alternative to the SqlParameterSourceFactory.
Convenience class to be used to unpack a Message from a result set row.
 
Contains Oracle-specific queries for the JdbcChannelMessageStore.
A connection supplier for a PgConnection to a Postgres database that is to be used for a PostgresChannelMessageTableSubscriber.
 
A subscriber for new messages being received by a Postgres database via a JdbcChannelMessageStore.
A subscription to a PostgresChannelMessageTableSubscriber for receiving push notifications for new messages that are added to a JdbcChannelMessageStore.
An AbstractSubscribableChannel for receiving push notifications for messages send to a group id of a JdbcChannelMessageStore.
Abstraction of Procedure parameters allowing to provide static parameters and SpEl Expression based parameters.
Collaborator for JDBC adapters which allows creation of instances of SqlParameterSource for use in update operations.
Channel message store query provider for Microsoft SQL Server / Azure SQL database.
This class is used by all Stored Procedure (Stored Function) components and provides the core functionality to execute those.
A StoredProcExecutor configurer.
A message handler that executes Stored Procedures for update purposes.
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of StoredProcMessageHandler
 
An AbstractReplyProducingMessageHandler implementation for performing RDBMS stored procedures which return results.
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of StoredProcOutboundGateway
 
 
A polling channel adapter that creates messages from the payload returned by executing a stored procedure or Sql function.
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of StoredProcPollingChannelAdapter