All Classes and Interfaces
Class
Description
A default implementation of
SqlParameterSourceFactory which creates an SqlParameterSource to
reference bean properties 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.
Channel-specific implementation of
BasicMessageGroupStore using a relational
database via JDBC.An
ExpirableLockRegistry using a shared database to co-ordinate the locks.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 polling channel adapter that creates messages from the payload returned by
executing a select query.
Parser for
JdbcPollingChannelAdapter.This Enumeration provides a handy wrapper around
Types.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 message handler that executes Stored Procedures for update purposes.
An
AbstractReplyProducingMessageHandler 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.