Index

A B C D E F G H I J K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

acquire(String) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
Deprecated.
acquire(String) - Method in interface org.springframework.integration.jdbc.lock.LockRepository
Deprecated.
since 7.0, we allow custom time-to-live value
acquire(String, Duration) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
 
acquire(String, Duration) - Method in interface org.springframework.integration.jdbc.lock.LockRepository
Acquire a lock for a key with specific time-to-live value
addAllowedPatterns(String...) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Add patterns for packages/classes that are allowed to be deserialized.
addAllowedPatterns(String...) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
Add patterns for packages/classes that are allowed to be deserialized.
addMessage(Message) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
addMessageToGroup(Object, Message) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Store a message in the database.
afterPropertiesSet() - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
 
afterPropertiesSet() - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
 
afterPropertiesSet() - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
afterPropertiesSet() - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Verifies parameters, sets the parameters on SimpleJdbcCallOperations and ensures the appropriate SqlParameterSourceFactory is defined when ProcedureParameter are passed in.
afterSingletonsInstantiated() - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
 
ARRAY - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 

B

BeanPropertySqlParameterSourceFactory - Class in org.springframework.integration.jdbc
A default implementation of SqlParameterSourceFactory which creates an SqlParameterSource to reference bean properties (or map keys) in its input.
BeanPropertySqlParameterSourceFactory() - Constructor for class org.springframework.integration.jdbc.BeanPropertySqlParameterSourceFactory
 
BIGINT - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
BINARY - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
BIT - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
BLOB - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
BOOLEAN - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 

C

ChannelMessageStorePreparedStatementSetter - Class in org.springframework.integration.jdbc.store.channel
Callback to be used with the JdbcChannelMessageStore.
ChannelMessageStorePreparedStatementSetter() - Constructor for class org.springframework.integration.jdbc.store.channel.ChannelMessageStorePreparedStatementSetter
The default constructor for inheritors who are not interested in the message serialization to byte[].
ChannelMessageStorePreparedStatementSetter(SerializingConverter) - Constructor for class org.springframework.integration.jdbc.store.channel.ChannelMessageStorePreparedStatementSetter
Instantiate a ChannelMessageStorePreparedStatementSetter with the provided serializer and lobHandler, which both must not be null.
ChannelMessageStoreQueryProvider - Interface in org.springframework.integration.jdbc.store.channel
Common interface used in order to configure the JdbcChannelMessageStore to provide database-specific queries.
CHAR - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
CLOB - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
close() - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
 
close() - Method in interface org.springframework.integration.jdbc.lock.LockRepository
 
configurerStoredProcExecutor(Consumer) - Method in class org.springframework.integration.jdbc.dsl.JdbcStoredProcInboundChannelAdapterSpec
Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking the Consumer callback
configurerStoredProcExecutor(Consumer) - Method in class org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundChannelAdapterSpec
Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking the Consumer callback
configurerStoredProcExecutor(Consumer) - Method in class org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundGatewaySpec
Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking the Consumer callback
convertExpressions(Collection) - Static method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
Utility method that converts a Collection of ProcedureParameter to a Map containing only expression parameters.
convertStaticParameters(Collection) - Static method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
Utility method that converts a Collection of ProcedureParameter to a Map containing only static parameters.
convertToJdbcTypesEnum(String) - Static method in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
Retrieve the matching enum constant for a provided String representation of the SQL Types.
COUNT_GROUPS - Enum constant in enum class org.springframework.integration.jdbc.store.JdbcChannelMessageStore.Query
 
CREATE_MESSAGE - Enum constant in enum class org.springframework.integration.jdbc.store.JdbcChannelMessageStore.Query
 
createParameterSource(Object) - Method in class org.springframework.integration.jdbc.BeanPropertySqlParameterSourceFactory
 
createParameterSource(Object) - Method in class org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory
 
createParameterSource(Object) - Method in interface org.springframework.integration.jdbc.SqlParameterSourceFactory
Return a new SqlParameterSource.
createParameterSourceNoCache(Object) - Method in class org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory
Create an expression evaluating SqlParameterSource that does not cache it's results.

D

DATALINK - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
DATE - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
DECIMAL - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
DEFAULT_REGION - Static variable in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Default region property, used to partition the message store.
DEFAULT_TABLE_PREFIX - Static variable in class org.springframework.integration.jdbc.lock.DefaultLockRepository
Default value for the table prefix property.
DEFAULT_TABLE_PREFIX - Static variable in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
Default value for the table prefix property.
DEFAULT_TABLE_PREFIX - Static variable in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Default value for the table prefix property.
DEFAULT_TABLE_PREFIX - Static variable in class org.springframework.integration.jdbc.store.JdbcMessageStore
Default value for the table prefix property.
DEFAULT_TTL - Static variable in class org.springframework.integration.jdbc.lock.DefaultLockRepository
Default value for the time-to-live property.
DEFAULT_TTL - Static variable in class org.springframework.integration.jdbc.lock.JdbcLockRegistry
Default value for the time-to-live property.
DefaultLockRepository - Class in org.springframework.integration.jdbc.lock
The default implementation of the LockRepository based on the table from the script presented in the org/springframework/integration/jdbc/schema-*.sql.
DefaultLockRepository(DataSource) - Constructor for class org.springframework.integration.jdbc.lock.DefaultLockRepository
Constructor that initializes the client id that will be associated for all the locks persisted by the store instance to a random UUID.
DefaultLockRepository(DataSource, String) - Constructor for class org.springframework.integration.jdbc.lock.DefaultLockRepository
Constructor that allows the user to specify a client id that will be associated for all the locks persisted by the store instance.
delete(String) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
 
delete(String) - Method in interface org.springframework.integration.jdbc.lock.LockRepository
Remove a lock from this repository.
DELETE_GROUP - Enum constant in enum class org.springframework.integration.jdbc.store.JdbcChannelMessageStore.Query
 
DELETE_MESSAGE - Enum constant in enum class org.springframework.integration.jdbc.store.JdbcChannelMessageStore.Query
 
deleteExpired() - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
 
deleteExpired() - Method in interface org.springframework.integration.jdbc.lock.LockRepository
Remove all the expired locks.
DerbyChannelMessageStoreQueryProvider - Class in org.springframework.integration.jdbc.store.channel
 
DerbyChannelMessageStoreQueryProvider() - Constructor for class org.springframework.integration.jdbc.store.channel.DerbyChannelMessageStoreQueryProvider
 
DISTINCT - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
doAddMessagesToGroup(Object, Message...) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
doCompleteGroup(Object) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
doInit() - Method in class org.springframework.integration.jdbc.outbound.JdbcOutboundGateway
 
doInit() - Method in class org.springframework.integration.jdbc.outbound.StoredProcOutboundGateway
 
doPoll(SqlParameterSource) - Method in class org.springframework.integration.jdbc.inbound.JdbcPollingChannelAdapter
Perform a select against provided SqlParameterSource.
doPollForMessage(String) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
This method executes a call to the DB to get the oldest Message in the MessageGroup which in the context of the JdbcChannelMessageStore means the channel identifier.
doPollForMessage(String) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
This method executes a call to the DB to get the oldest Message in the MessageGroup Override this method if need to.
doPollMessageFromGroup(Object) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
doReceive() - Method in class org.springframework.integration.jdbc.inbound.JdbcPollingChannelAdapter
Execute the select query and the update query if provided.
doReceive() - Method in class org.springframework.integration.jdbc.inbound.StoredProcPollingChannelAdapter
Execute the select query and the update query if provided.
doRemoveMessageFromGroupById(Object, UUID) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
doRemoveMessageGroup(Object) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
doRemoveMessagesFromGroup(Object, Collection) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
doSend(Message, long) - Method in class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
 
doSetGroupCondition(Object, String) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
doSetLastReleasedSequenceNumberForGroup(Object, int) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
DOUBLE - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 

E

executeStoredProcedure() - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Execute a Stored Procedure or Function - Use when no Message is available to extract ProcedureParameter values from it.
executeStoredProcedure(Message) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Execute a Stored Procedure or Function - Use with Message is available to extract ProcedureParameter values from it.
executeUpdateQuery(Message, boolean) - Method in class org.springframework.integration.jdbc.outbound.JdbcMessageHandler
Execute an update for the provided message and generated keys flag.
expectSingleResult(boolean) - Method in class org.springframework.integration.jdbc.dsl.JdbcStoredProcInboundChannelAdapterSpec
 
expectSingleResult(boolean) - Method in class org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundGatewaySpec
 
expireUnusedOlderThan(long) - Method in class org.springframework.integration.jdbc.lock.JdbcLockRegistry
 
ExpressionEvaluatingSqlParameterSourceFactory - Class in org.springframework.integration.jdbc
An implementation of SqlParameterSourceFactory which creates an SqlParameterSource that evaluates Spring EL expressions.
ExpressionEvaluatingSqlParameterSourceFactory() - Constructor for class org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory
 

F

FLOAT - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 

G

get() - Method in interface org.springframework.integration.jdbc.channel.PgConnectionSupplier
Supply an open, un-pooled connection to a Postgres database.
get(String) - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
 
getCode() - Method in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
Get the numerical representation of the JDBC Type enum.
getComponentsToRegister() - Method in class org.springframework.integration.jdbc.dsl.JdbcStoredProcInboundChannelAdapterSpec
 
getComponentsToRegister() - Method in class org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundChannelAdapterSpec
 
getComponentsToRegister() - Method in class org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundGatewaySpec
 
getComponentType() - Method in class org.springframework.integration.jdbc.inbound.JdbcPollingChannelAdapter
 
getComponentType() - Method in class org.springframework.integration.jdbc.inbound.StoredProcPollingChannelAdapter
 
getComponentType() - Method in class org.springframework.integration.jdbc.outbound.JdbcMessageHandler
 
getComponentType() - Method in class org.springframework.integration.jdbc.outbound.JdbcOutboundGateway
 
getComponentType() - Method in class org.springframework.integration.jdbc.outbound.StoredProcMessageHandler
 
getComponentType() - Method in class org.springframework.integration.jdbc.outbound.StoredProcOutboundGateway
 
getCountAllMessagesInGroupQuery() - Method in interface org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider
Get the query used to retrieve a count of all messages currently persisted for a channel.
getCreateMessageQuery() - Method in interface org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider
Query to add a single message to the database.
getCreateMessageQuery() - Method in class org.springframework.integration.jdbc.store.channel.H2ChannelMessageStoreQueryProvider
 
getCreateMessageQuery() - Method in class org.springframework.integration.jdbc.store.channel.HsqlChannelMessageStoreQueryProvider
 
getCreateMessageQuery() - Method in class org.springframework.integration.jdbc.store.channel.OracleChannelMessageStoreQueryProvider
 
getCreateMessageQuery() - Method in class org.springframework.integration.jdbc.store.channel.SqlServerChannelMessageStoreQueryProvider
 
getDeleteMessageGroupQuery() - Method in interface org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider
Query to delete all messages that belong to a specific channel.
getDeleteMessageQuery() - Method in interface org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider
Query to delete a single message from the database.
getDispatcher() - Method in class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
 
getExpression() - Method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
 
getGroupId() - Method in interface org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber.Subscription
Return the group id for which this subscription receives notifications.
getGroupId() - Method in class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
 
getGroupMetadata(Object) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
getInputChannelAttributeName() - Method in class org.springframework.integration.jdbc.config.JdbcOutboundGatewayParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.jdbc.config.StoredProcOutboundGatewayParser
 
getInsertQuery() - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
Return the current insert query.
getJdbcOperations() - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
To be used to get a reference to JdbcOperations in case this class is subclassed.
getMessage(UUID) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
getMessageCount() - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
getMessageCountForAllMessageGroups() - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
getMessageCountForRegionQuery() - Method in interface org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider
Query that retrieve a count of all messages for a region.
getMessageFromGroup(Object, UUID) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
getMessageGroup(Object) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Not fully used.
getMessageGroup(Object) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
getMessageGroupCount() - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Return the number of message groups in the store for a configured region.
getMessageGroupCount() - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
getMessageGroupFactory() - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Return the MessageGroupFactory.
getMessageMetadata(UUID) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
getMessageQuery() - Method in interface org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider
Query that retrieves a message for the provided message id, channel and region.
getMessagesForGroup(Object) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
getName() - Method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
 
getOneMessageFromGroup(Object) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
getPollFromGroupExcludeIdsQuery() - Method in interface org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider
Get the query used to retrieve the oldest message for a channel excluding messages that match the provided message ids.
getPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.DerbyChannelMessageStoreQueryProvider
 
getPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.H2ChannelMessageStoreQueryProvider
 
getPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.HsqlChannelMessageStoreQueryProvider
 
getPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.MySqlChannelMessageStoreQueryProvider
 
getPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.OracleChannelMessageStoreQueryProvider
 
getPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.PostgresChannelMessageStoreQueryProvider
 
getPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.SqlServerChannelMessageStoreQueryProvider
 
getPollFromGroupQuery() - Method in interface org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider
Get the query used to retrieve the oldest message for a channel.
getPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.DerbyChannelMessageStoreQueryProvider
 
getPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.H2ChannelMessageStoreQueryProvider
 
getPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.HsqlChannelMessageStoreQueryProvider
 
getPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.MySqlChannelMessageStoreQueryProvider
 
getPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.OracleChannelMessageStoreQueryProvider
 
getPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.PostgresChannelMessageStoreQueryProvider
 
getPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.SqlServerChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupExcludeIdsQuery() - Method in interface org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider
Get the query used to retrieve the oldest message by priority for a channel excluding messages that match the provided message ids.
getPriorityPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.DerbyChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.H2ChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.HsqlChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.MySqlChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.OracleChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.PostgresChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupExcludeIdsQuery() - Method in class org.springframework.integration.jdbc.store.channel.SqlServerChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupQuery() - Method in interface org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider
Get the query used to retrieve the oldest message by priority for a channel.
getPriorityPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.DerbyChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.H2ChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.HsqlChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.MySqlChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.OracleChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.PostgresChannelMessageStoreQueryProvider
 
getPriorityPollFromGroupQuery() - Method in class org.springframework.integration.jdbc.store.channel.SqlServerChannelMessageStoreQueryProvider
 
getProcedureParameterBeanDefinitions(Element, ParserContext) - Static method in class org.springframework.integration.jdbc.config.StoredProcParserUtils
 
getQuery(JdbcChannelMessageStore.Query, Supplier) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Replace patterns in the input to produce a valid SQL query.
getQuery(JdbcMessageStore.Query) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
Replace patterns in the input to produce a valid SQL query.
getRegion() - Method in interface org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber.Subscription
Return the region for which this subscription receives notifications.
getRegion() - Method in class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
 
getRegion() - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Returns the current region that was set or JdbcChannelMessageStore.DEFAULT_REGION, which is the default.
getRenewQuery() - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
Return the current renew query.
getReturningResultsetBeanDefinitions(Element, ParserContext) - Static method in class org.springframework.integration.jdbc.config.StoredProcParserUtils
 
getSizeOfIdCache() - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Return the size of the Message Id Cache, which caches Message Ids for those messages that are currently being processed.
getSqlParameterDefinitionBeanDefinitions(Element, ParserContext) - Static method in class org.springframework.integration.jdbc.config.StoredProcParserUtils
 
getStoredProcedureName() - Method in class org.springframework.integration.jdbc.StoredProcExecutor
 
getStoredProcedureNameExpressionAsString() - Method in class org.springframework.integration.jdbc.StoredProcExecutor
 
getStoredProcExecutorBuilder(Element, ParserContext) - Static method in class org.springframework.integration.jdbc.config.StoredProcParserUtils
Create a new BeanDefinitionBuilder for the class StoredProcExecutor.
getUpdateQuery() - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
Return the current update query.
getValue() - Method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
 
GROUP_SIZE - Enum constant in enum class org.springframework.integration.jdbc.store.JdbcChannelMessageStore.Query
 

H

H2ChannelMessageStoreQueryProvider - Class in org.springframework.integration.jdbc.store.channel
 
H2ChannelMessageStoreQueryProvider() - Constructor for class org.springframework.integration.jdbc.store.channel.H2ChannelMessageStoreQueryProvider
 
handleMessageInternal(Message) - Method in class org.springframework.integration.jdbc.outbound.JdbcMessageHandler
Execute the update, passing the message into the SqlParameterSourceFactory.
handleMessageInternal(Message) - Method in class org.springframework.integration.jdbc.outbound.StoredProcMessageHandler
Executes the Stored procedure, delegates to executeStoredProcedure(...).
handleRequestMessage(Message) - Method in class org.springframework.integration.jdbc.outbound.JdbcOutboundGateway
 
handleRequestMessage(Message) - Method in class org.springframework.integration.jdbc.outbound.StoredProcOutboundGateway
 
HsqlChannelMessageStoreQueryProvider - Class in org.springframework.integration.jdbc.store.channel
 
HsqlChannelMessageStoreQueryProvider() - Constructor for class org.springframework.integration.jdbc.store.channel.HsqlChannelMessageStoreQueryProvider
 

I

ignoreColumnMetaData(boolean) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
 
inboundAdapter(DataSource, String) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
The factory to produce a JdbcInboundChannelAdapterSpec.
inboundAdapter(JdbcOperations, String) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
The factory to produce a JdbcInboundChannelAdapterSpec.
init() - Method in class org.springframework.integration.jdbc.config.JdbcNamespaceHandler
 
INTEGER - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
isAcquired(String) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
 
isAcquired(String) - Method in interface org.springframework.integration.jdbc.lock.LockRepository
Check if a lock is held by this repository.
isAutoStartup() - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
 
isAutoStartup() - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
 
isAutoStartup() - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
 
isAutoStartup() - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
isFunction(boolean) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
 
isPriorityEnabled() - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
 
isRunning() - Method in class org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber
 
isRunning() - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
 
isRunning() - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
 
isRunning() - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
 
isRunning() - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
isSingleStatementForPoll() - Method in interface org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider
Indicate if the queries for polling are using a single statement (e.g.
isSingleStatementForPoll() - Method in class org.springframework.integration.jdbc.store.channel.PostgresChannelMessageStoreQueryProvider
 
iterator() - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 

J

JAVA_OBJECT - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
Jdbc - Class in org.springframework.integration.jdbc.dsl
Factory class for JDBC components.
jdbcCallOperationsCacheSize(int) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
 
JdbcChannelMessageStore - Class in org.springframework.integration.jdbc.store
Channel-specific implementation of BasicMessageGroupStore using a relational database via JDBC.
JdbcChannelMessageStore() - Constructor for class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Convenient constructor for configuration use.
JdbcChannelMessageStore(DataSource) - Constructor for class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Create a MessageStore with all mandatory properties.
JdbcChannelMessageStore.Query - Enum Class in org.springframework.integration.jdbc.store
 
JdbcInboundChannelAdapterSpec - Class in org.springframework.integration.jdbc.dsl
A MessageSourceSpec for a JdbcInboundChannelAdapterSpec.
JdbcInboundChannelAdapterSpec(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.dsl.JdbcInboundChannelAdapterSpec
 
JdbcLockRegistry - Class in org.springframework.integration.jdbc.lock
An ExpirableLockRegistry using a shared database to co-ordinate the locks.
JdbcLockRegistry(LockRepository) - Constructor for class org.springframework.integration.jdbc.lock.JdbcLockRegistry
Construct an instance based on the provided LockRepository.
JdbcLockRegistry(LockRepository, Duration) - Constructor for class org.springframework.integration.jdbc.lock.JdbcLockRegistry
Create a lock registry with the supplied lock expiration.
JdbcMessageHandler - Class in org.springframework.integration.jdbc
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of JdbcMessageHandler
JdbcMessageHandler - Class in org.springframework.integration.jdbc.outbound
A message handler that executes an SQL update.
JdbcMessageHandler(DataSource, String) - Constructor for class org.springframework.integration.jdbc.JdbcMessageHandler
Deprecated.
Constructor taking DataSource from which the DB Connection can be obtained and the select query to execute to retrieve new rows.
JdbcMessageHandler(DataSource, String) - Constructor for class org.springframework.integration.jdbc.outbound.JdbcMessageHandler
Constructor taking DataSource from which the DB Connection can be obtained and the select query to execute to retrieve new rows.
JdbcMessageHandler(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.JdbcMessageHandler
Deprecated.
Constructor taking JdbcOperations instance to use for query execution and the select query to execute to retrieve new rows.
JdbcMessageHandler(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.outbound.JdbcMessageHandler
Constructor taking JdbcOperations instance to use for query execution and the select query to execute to retrieve new rows.
JdbcMessageHandlerParser - Class in org.springframework.integration.jdbc.config
 
JdbcMessageHandlerParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcMessageHandlerParser
 
JdbcMessageStore - Class in org.springframework.integration.jdbc.store
Implementation of MessageStore using a relational database via JDBC.
JdbcMessageStore(DataSource) - Constructor for class org.springframework.integration.jdbc.store.JdbcMessageStore
Create a MessageStore with all mandatory properties.
JdbcMessageStore(JdbcOperations) - Constructor for class org.springframework.integration.jdbc.store.JdbcMessageStore
Create a MessageStore with all mandatory properties.
JdbcMessageStoreParser - Class in org.springframework.integration.jdbc.config
Parser for JdbcMessageStore.
JdbcMessageStoreParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcMessageStoreParser
 
JdbcMetadataStore - Class in org.springframework.integration.jdbc.metadata
Implementation of ConcurrentMetadataStore using a relational database via JDBC.
JdbcMetadataStore(DataSource) - Constructor for class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
Instantiate a JdbcMetadataStore using provided dataSource DataSource.
JdbcMetadataStore(JdbcOperations) - Constructor for class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
Instantiate a JdbcMetadataStore using provided jdbcOperations JdbcOperations.
JdbcNamespaceHandler - Class in org.springframework.integration.jdbc.config
Namespace handler for the integration JDBC schema.
JdbcNamespaceHandler() - Constructor for class org.springframework.integration.jdbc.config.JdbcNamespaceHandler
 
JdbcOutboundChannelAdapterSpec - Class in org.springframework.integration.jdbc.dsl
A MessageHandlerSpec for a JdbcOutboundChannelAdapterSpec.
JdbcOutboundChannelAdapterSpec(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.dsl.JdbcOutboundChannelAdapterSpec
 
JdbcOutboundGateway - Class in org.springframework.integration.jdbc
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of JdbcOutboundGateway
JdbcOutboundGateway - Class in org.springframework.integration.jdbc.outbound
 
JdbcOutboundGateway(DataSource, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
Deprecated.
Construct an instance based on the provided DataSource and update SQL.
JdbcOutboundGateway(DataSource, String) - Constructor for class org.springframework.integration.jdbc.outbound.JdbcOutboundGateway
Construct an instance based on the provided DataSource and update SQL.
JdbcOutboundGateway(DataSource, String, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
Deprecated.
Construct an instance based on the provided DataSource, select and update SQLs.
JdbcOutboundGateway(DataSource, String, String) - Constructor for class org.springframework.integration.jdbc.outbound.JdbcOutboundGateway
Construct an instance based on the provided DataSource, select and update SQLs.
JdbcOutboundGateway(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
Deprecated.
Construct an instance based on the provided JdbcOperations and update SQL.
JdbcOutboundGateway(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.outbound.JdbcOutboundGateway
Construct an instance based on the provided JdbcOperations and update SQL.
JdbcOutboundGateway(JdbcOperations, String, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
Deprecated.
Construct an instance based on the provided JdbcOperations, select and update SQLs.
JdbcOutboundGateway(JdbcOperations, String, String) - Constructor for class org.springframework.integration.jdbc.outbound.JdbcOutboundGateway
Construct an instance based on the provided JdbcOperations, select and update SQLs.
JdbcOutboundGatewayParser - Class in org.springframework.integration.jdbc.config
 
JdbcOutboundGatewayParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcOutboundGatewayParser
 
JdbcOutboundGatewaySpec - Class in org.springframework.integration.jdbc.dsl
A MessageHandlerSpec for a JdbcOutboundGatewaySpec.
JdbcOutboundGatewaySpec(JdbcOperations, String, String) - Constructor for class org.springframework.integration.jdbc.dsl.JdbcOutboundGatewaySpec
 
JdbcPollingChannelAdapter - Class in org.springframework.integration.jdbc.inbound
A polling channel adapter that creates messages from the payload returned by executing a select query.
JdbcPollingChannelAdapter - Class in org.springframework.integration.jdbc
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of JdbcPollingChannelAdapter
JdbcPollingChannelAdapter(DataSource, String) - Constructor for class org.springframework.integration.jdbc.inbound.JdbcPollingChannelAdapter
Constructor taking DataSource from which the DB Connection can be obtained and the select query to execute to retrieve new rows.
JdbcPollingChannelAdapter(DataSource, String) - Constructor for class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
Deprecated.
Constructor taking DataSource from which the DB Connection can be obtained and the select query to execute to retrieve new rows.
JdbcPollingChannelAdapter(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.inbound.JdbcPollingChannelAdapter
Constructor taking JdbcOperations instance to use for query execution and the select query to execute to retrieve new rows.
JdbcPollingChannelAdapter(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
Deprecated.
Constructor taking JdbcOperations instance to use for query execution and the select query to execute to retrieve new rows.
JdbcPollingChannelAdapterParser - Class in org.springframework.integration.jdbc.config
JdbcPollingChannelAdapterParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcPollingChannelAdapterParser
 
JdbcStoredProcInboundChannelAdapterSpec - Class in org.springframework.integration.jdbc.dsl
A MessageSourceSpec for a JdbcStoredProcInboundChannelAdapterSpec.
JdbcStoredProcInboundChannelAdapterSpec(StoredProcExecutorSpec) - Constructor for class org.springframework.integration.jdbc.dsl.JdbcStoredProcInboundChannelAdapterSpec
 
JdbcStoredProcInboundChannelAdapterSpec(StoredProcExecutor) - Constructor for class org.springframework.integration.jdbc.dsl.JdbcStoredProcInboundChannelAdapterSpec
 
JdbcStoredProcOutboundChannelAdapterSpec - Class in org.springframework.integration.jdbc.dsl
A MessageHandlerSpec for a JdbcStoredProcOutboundChannelAdapterSpec.
JdbcStoredProcOutboundChannelAdapterSpec(StoredProcExecutorSpec) - Constructor for class org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundChannelAdapterSpec
 
JdbcStoredProcOutboundChannelAdapterSpec(StoredProcExecutor) - Constructor for class org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundChannelAdapterSpec
 
JdbcStoredProcOutboundGatewaySpec - Class in org.springframework.integration.jdbc.dsl
A MessageHandlerSpec for a JdbcStoredProcOutboundGatewaySpec.
JdbcStoredProcOutboundGatewaySpec(StoredProcExecutorSpec) - Constructor for class org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundGatewaySpec
 
JdbcStoredProcOutboundGatewaySpec(StoredProcExecutor) - Constructor for class org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundGatewaySpec
 
JdbcTypesEnum - Enum Class in org.springframework.integration.jdbc.config
This Enumeration provides a handy wrapper around Types.
JsonChannelMessageStorePreparedStatementSetter - Class in org.springframework.integration.jdbc.store.channel
A ChannelMessageStorePreparedStatementSetter implementation that uses JSON serialization for Message objects instead of Java serialization.
JsonChannelMessageStorePreparedStatementSetter() - Constructor for class org.springframework.integration.jdbc.store.channel.JsonChannelMessageStorePreparedStatementSetter
Create a new JsonChannelMessageStorePreparedStatementSetter with the default JsonObjectMapper configured for Spring Integration message serialization.
JsonChannelMessageStorePreparedStatementSetter(JsonObjectMapper) - Constructor for class org.springframework.integration.jdbc.store.channel.JsonChannelMessageStorePreparedStatementSetter
Create a new JsonChannelMessageStorePreparedStatementSetter with a custom JsonObjectMapper.
JsonMessageRowMapper - Class in org.springframework.integration.jdbc.store.channel
A RowMapper implementation that deserializes Message objects from JSON format stored in the database.
JsonMessageRowMapper(String...) - Constructor for class org.springframework.integration.jdbc.store.channel.JsonMessageRowMapper
Create a new JsonMessageRowMapper with additional trusted packages for deserialization.
JsonMessageRowMapper(JsonObjectMapper) - Constructor for class org.springframework.integration.jdbc.store.channel.JsonMessageRowMapper
Create a new JsonMessageRowMapper with a custom JsonObjectMapper.

K

keysGenerated(boolean) - Method in class org.springframework.integration.jdbc.dsl.JdbcOutboundChannelAdapterSpec
 
keysGenerated(boolean) - Method in class org.springframework.integration.jdbc.dsl.JdbcOutboundGatewaySpec
 

L

LockRepository - Interface in org.springframework.integration.jdbc.lock
Encapsulation of the SQL shunting that is needed for locks.
LONGNVARCHAR - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
LONGVARBINARY - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
LONGVARCHAR - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 

M

mapRow(ResultSet, int) - Method in class org.springframework.integration.jdbc.store.channel.JsonMessageRowMapper
 
mapRow(ResultSet, int) - Method in class org.springframework.integration.jdbc.store.channel.MessageRowMapper
 
maxRows(int) - Method in class org.springframework.integration.jdbc.dsl.JdbcInboundChannelAdapterSpec
 
maxRows(Integer) - Method in class org.springframework.integration.jdbc.dsl.JdbcOutboundGatewaySpec
 
messageGroupSize(Object) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Return the number of messages persisted for the specified channel id (groupId) and the specified region (JdbcChannelMessageStore.setRegion(String)).
messageGroupSize(Object) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
MessagePreparedStatementSetter - Interface in org.springframework.integration.jdbc
The callback to be used with the JdbcMessageHandler as an alternative to the SqlParameterSourceFactory.
MessageRowMapper - Class in org.springframework.integration.jdbc.store.channel
Convenience class to be used to unpack a Message from a result set row.
MessageRowMapper(AllowListDeserializingConverter) - Constructor for class org.springframework.integration.jdbc.store.channel.MessageRowMapper
Construct an instance based on the provided AllowListDeserializingConverter.
MySqlChannelMessageStoreQueryProvider - Class in org.springframework.integration.jdbc.store.channel
 
MySqlChannelMessageStoreQueryProvider() - Constructor for class org.springframework.integration.jdbc.store.channel.MySqlChannelMessageStoreQueryProvider
 

N

NCHAR - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
NCLOB - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
notifyUpdate() - Method in interface org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber.Subscription
Indicate that a message was added to the represented region and group id.
notifyUpdate() - Method in class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
 
NULL - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
NUMERIC - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
NVARCHAR - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 

O

obtain(Object) - Method in class org.springframework.integration.jdbc.lock.JdbcLockRegistry
 
onInit() - Method in class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
 
onInit() - Method in class org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory
 
onInit() - Method in class org.springframework.integration.jdbc.inbound.JdbcPollingChannelAdapter
 
onInit() - Method in class org.springframework.integration.jdbc.outbound.JdbcMessageHandler
 
OracleChannelMessageStoreQueryProvider - Class in org.springframework.integration.jdbc.store.channel
Contains Oracle-specific queries for the JdbcChannelMessageStore.
OracleChannelMessageStoreQueryProvider() - Constructor for class org.springframework.integration.jdbc.store.channel.OracleChannelMessageStoreQueryProvider
 
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.
org.springframework.integration.jdbc.channel - package org.springframework.integration.jdbc.channel
Provides a message channel-specific JDBC API.
org.springframework.integration.jdbc.config - package org.springframework.integration.jdbc.config
Contains parser classes for the JDBC namespace support.
org.springframework.integration.jdbc.dsl - package org.springframework.integration.jdbc.dsl
Java DSL classes for JDBC module.
org.springframework.integration.jdbc.inbound - package org.springframework.integration.jdbc.inbound
Inbound channel adapters for JDBC.
org.springframework.integration.jdbc.lock - package org.springframework.integration.jdbc.lock
Provides lock classes for JDBC module.
org.springframework.integration.jdbc.metadata - package org.springframework.integration.jdbc.metadata
Contains JDBC implementation of MetadataStore
org.springframework.integration.jdbc.outbound - package org.springframework.integration.jdbc.outbound
Outbound channel adapters for JDBC.
org.springframework.integration.jdbc.store - package org.springframework.integration.jdbc.store
Provides JDBC-backed Message Store implementations.
org.springframework.integration.jdbc.store.channel - package org.springframework.integration.jdbc.store.channel
Provides support classes for the JdbcChannelMessageStore.
org.springframework.integration.jdbc.storedproc - package org.springframework.integration.jdbc.storedproc
Provides Stored Procedure/Function supporting classes.
OTHER - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
outboundAdapter(DataSource, String) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
The factory to produce a JdbcOutboundChannelAdapterSpec.
outboundAdapter(JdbcOperations, String) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
The factory to produce a JdbcOutboundChannelAdapterSpec.
outboundGateway(DataSource, String) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
The factory to produce a JdbcOutboundGatewaySpec.
outboundGateway(DataSource, String, String) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
The factory to produce a JdbcOutboundGatewaySpec.
outboundGateway(JdbcOperations, String) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
The factory to produce a JdbcOutboundGatewaySpec.
outboundGateway(JdbcOperations, String, String) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
The factory to produce a JdbcOutboundGatewaySpec.

P

parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.jdbc.config.JdbcMessageHandlerParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.jdbc.config.StoredProcMessageHandlerParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.jdbc.config.JdbcOutboundGatewayParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.jdbc.config.StoredProcOutboundGatewayParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.jdbc.config.JdbcMessageStoreParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.jdbc.config.JdbcPollingChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.jdbc.config.StoredProcPollingChannelAdapterParser
 
pathFor(String) - Method in class org.springframework.integration.jdbc.lock.JdbcLockRegistry
 
PgConnectionSupplier - Interface in org.springframework.integration.jdbc.channel
A connection supplier for a PgConnection to a Postgres database that is to be used for a PostgresChannelMessageTableSubscriber.
POLL - Enum constant in enum class org.springframework.integration.jdbc.store.JdbcChannelMessageStore.Query
 
POLL_WITH_EXCLUSIONS - Enum constant in enum class org.springframework.integration.jdbc.store.JdbcChannelMessageStore.Query
 
pollMessageFromGroup(Object) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Poll the database for a new message that is persisted for the given group id which represents the channel identifier.
PostgresChannelMessageStoreQueryProvider - Class in org.springframework.integration.jdbc.store.channel
 
PostgresChannelMessageStoreQueryProvider() - Constructor for class org.springframework.integration.jdbc.store.channel.PostgresChannelMessageStoreQueryProvider
 
PostgresChannelMessageTableSubscriber - Class in org.springframework.integration.jdbc.channel
A subscriber for new messages being received by a Postgres database via a JdbcChannelMessageStore.
PostgresChannelMessageTableSubscriber(PgConnectionSupplier) - Constructor for class org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber
Create a new subscriber using the JdbcChannelMessageStore.DEFAULT_TABLE_PREFIX.
PostgresChannelMessageTableSubscriber(PgConnectionSupplier, String) - Constructor for class org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber
Create a new subscriber.
PostgresChannelMessageTableSubscriber.Subscription - Interface in org.springframework.integration.jdbc.channel
A subscription to a PostgresChannelMessageTableSubscriber for receiving push notifications for new messages that are added to a JdbcChannelMessageStore.
PostgresSubscribableChannel - Class in org.springframework.integration.jdbc.channel
An AbstractSubscribableChannel for receiving push notifications for messages send to a group id of a JdbcChannelMessageStore.
PostgresSubscribableChannel(JdbcChannelMessageStore, Object, PostgresChannelMessageTableSubscriber) - Constructor for class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
Create a subscribable channel for a Postgres database.
preparedStatementSetter(MessagePreparedStatementSetter) - Method in class org.springframework.integration.jdbc.dsl.JdbcOutboundChannelAdapterSpec
 
PRIORITY - Enum constant in enum class org.springframework.integration.jdbc.store.JdbcChannelMessageStore.Query
 
PRIORITY_WITH_EXCLUSIONS - Enum constant in enum class org.springframework.integration.jdbc.store.JdbcChannelMessageStore.Query
 
procedureParameter(ProcedureParameter) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
Add a ProcedureParameter parameter to the target StoredProcExecutor.
ProcedureParameter - Class in org.springframework.integration.jdbc.storedproc
Abstraction of Procedure parameters allowing to provide static parameters and SpEl Expression based parameters.
ProcedureParameter() - Constructor for class org.springframework.integration.jdbc.storedproc.ProcedureParameter
Default constructor.
ProcedureParameter(String, Object, String) - Constructor for class org.springframework.integration.jdbc.storedproc.ProcedureParameter
Instantiates a new Procedure Parameter.
procedureParameters(List) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
 
put(String, String) - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
 
putIfAbsent(String, String) - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
 

R

REAL - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
REF - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
remove(String) - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
 
removeFromIdCache(String) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Remove a Message Id from the idCache.
removeMessage(UUID) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
removeMessageGroup(Object) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
 
renew(String) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
Deprecated.
renew(String) - Method in interface org.springframework.integration.jdbc.lock.LockRepository
Deprecated.
since 7.0, we allow custom time-to-live value
renew(String, Duration) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
 
renew(String, Duration) - Method in interface org.springframework.integration.jdbc.lock.LockRepository
Renew the lease for a lock with specific time-to-live value
renewLock(Object) - Method in class org.springframework.integration.jdbc.lock.JdbcLockRegistry
 
renewLock(Object, Duration) - Method in class org.springframework.integration.jdbc.lock.JdbcLockRegistry
 
replace(String, String, String) - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
 
replySqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.dsl.JdbcOutboundGatewaySpec
 
requestPreparedStatementSetter(MessagePreparedStatementSetter) - Method in class org.springframework.integration.jdbc.dsl.JdbcOutboundGatewaySpec
 
requestSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.dsl.JdbcOutboundGatewaySpec
 
requiresReply(boolean) - Method in class org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundGatewaySpec
 
returningResultSetRowMapper(String, RowMapper) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
Add a RowMapper for specific returning result from stored procedure execution.
returningResultSetRowMappers(Map) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
 
returnValueRequired(boolean) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
 
ROWID - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
rowMapper(RowMapper) - Method in class org.springframework.integration.jdbc.dsl.JdbcInboundChannelAdapterSpec
 
rowMapper(RowMapper) - Method in class org.springframework.integration.jdbc.dsl.JdbcOutboundGatewaySpec
 

S

SELECT_COMMON - Static variable in interface org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider
 
selectSqlParameterSource(SqlParameterSource) - Method in class org.springframework.integration.jdbc.dsl.JdbcInboundChannelAdapterSpec
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Allows to set the optional BeanFactory which is used to add a BeanResolver to the StandardEvaluationContext.
setCacheCapacity(int) - Method in class org.springframework.integration.jdbc.lock.JdbcLockRegistry
Set the capacity of cached locks.
setChannelMessageStoreQueryProvider(ChannelMessageStoreQueryProvider) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Set the database specific ChannelMessageStoreQueryProvider to use.
setCheckDatabaseOnStart(boolean) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
The flag to perform a database check query on start or not.
setCheckDatabaseOnStart(boolean) - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
The flag to perform a database check query on start or not.
setCheckDatabaseOnStart(boolean) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
The flag to perform a database check query on start or not.
setCheckDatabaseOnStart(boolean) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
The flag to perform a database check query on start or not.
setDataSource(DataSource) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
The JDBC DataSource to use when interacting with the database.
setDeserializer(Deserializer) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
A converter for deserializing byte arrays to messages.
setDeserializer(Deserializer) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
A converter for deserializing byte arrays to message.
setDispatcherExecutor(Executor) - Method in class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
Set the executor to use for dispatching newly received messages.
setErrorHandler(ErrorHandler) - Method in class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
Set a ErrorHandler for messages which cannot be dispatched by this channel.
setExpectSingleResult(boolean) - Method in class org.springframework.integration.jdbc.inbound.StoredProcPollingChannelAdapter
This parameter indicates that only one result object shall be returned from the Stored Procedure/Function Call.
setExpectSingleResult(boolean) - Method in class org.springframework.integration.jdbc.outbound.StoredProcOutboundGateway
This parameter indicates that only one result object shall be returned from the Stored Procedure/Function Call.
setExpression(String) - Method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
 
setIdleBetweenTries(Duration) - Method in class org.springframework.integration.jdbc.lock.JdbcLockRegistry
Specify a Duration to sleep between lock record insert/update attempts.
setIgnoreColumnMetaData(boolean) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
For fully supported databases, the underlying SimpleJdbcCall can retrieve the parameter information for the to be invoked Stored Procedure from the JDBC Meta-data.
setInsertQuery(String) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
Set a custom INSERT query for a lock record.
setIsFunction(boolean) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Indicates whether a Stored Procedure or a Function is being executed.
setJdbcCallOperationsCacheSize(int) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Defines the maximum number of SimpleJdbcCallOperations A value of zero will disable the cache.
setJdbcTemplate(JdbcTemplate) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
The JdbcOperations to use when interacting with the database.
setKeysGenerated(boolean) - Method in class org.springframework.integration.jdbc.outbound.JdbcMessageHandler
Flag to indicate that the update query is an insert with auto-generated keys, which will be logged at debug level.
setKeysGenerated(boolean) - Method in class org.springframework.integration.jdbc.outbound.JdbcOutboundGateway
Flag to indicate that the update query is an insert with auto-generated keys, which will be logged at debug level.
setLockHint(String) - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
Specify a row lock hint for the query in the lock-based operations.
setMaxRows(int) - Method in class org.springframework.integration.jdbc.inbound.JdbcPollingChannelAdapter
The maximum number of rows to query.
setMaxRows(Integer) - Method in class org.springframework.integration.jdbc.outbound.JdbcOutboundGateway
The maximum number of rows to query.
setMessageGroupFactory(MessageGroupFactory) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Specify the MessageGroupFactory to create MessageGroup object where it is necessary.
setMessageRowMapper(RowMapper) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Allow for passing in a custom RowMapper for Message.
setName(String) - Method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
 
setNotificationTimeout(Duration) - Method in class org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber
Set the timeout for the notification polling.
setParameterExpressions(Map) - Method in class org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory
Optionally maps parameter names to explicit expressions.
setPrefix(String) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
Specify the prefix for target database table used from queries.
setPreparedStatementSetter(MessagePreparedStatementSetter) - Method in class org.springframework.integration.jdbc.outbound.JdbcMessageHandler
Specify a MessagePreparedStatementSetter to populate parameters on the PreparedStatement with the Message context.
setPreparedStatementSetter(ChannelMessageStorePreparedStatementSetter) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Set a ChannelMessageStorePreparedStatementSetter to insert a message into the database.
setPriorityEnabled(boolean) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Enable a priority handling in this store.
setProcedureParameters(List) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Custom Stored Procedure parameters that may contain static values or Strings representing an Expression.
setRegion(String) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
A unique grouping identifier for all locks persisted with this store.
setRegion(String) - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
A unique grouping identifier for all messages persisted with this store.
setRegion(String) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
A unique grouping identifier for all messages persisted with this store.
setRegion(String) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
A unique grouping identifier for all messages persisted with this store.
setRenewQuery(String) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
Set a custom INSERT query for a lock record.
setReplySqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.outbound.JdbcOutboundGateway
/** Set a SqlParameterSourceFactory for select query.
setRequestPreparedStatementSetter(MessagePreparedStatementSetter) - Method in class org.springframework.integration.jdbc.outbound.JdbcOutboundGateway
Set a MessagePreparedStatementSetter for update query.
setRequestSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.outbound.JdbcOutboundGateway
Set a SqlParameterSourceFactory for update query.
setRequiresReply(boolean) - Method in class org.springframework.integration.jdbc.outbound.StoredProcOutboundGateway
 
setRetryTemplate(RetryTemplate) - Method in class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
Set the retry template to use it for retries in case of exception in downstream processing
setReturningResultSetRowMappers(Map) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
If the Stored Procedure returns ResultSets you may provide a map of RowMapper to convert the ResultSet to meaningful objects.
setReturnValueRequired(boolean) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Indicates the procedure's return value should be included in the results returned.
setRowMapper(RowMapper) - Method in class org.springframework.integration.jdbc.inbound.JdbcPollingChannelAdapter
Set a RowMapper.
setRowMapper(RowMapper) - Method in class org.springframework.integration.jdbc.outbound.JdbcOutboundGateway
Set a select result RowMapper.
setSelectQuery(String) - Method in class org.springframework.integration.jdbc.inbound.JdbcPollingChannelAdapter
Set the select query.
setSelectSqlParameterSource(SqlParameterSource) - Method in class org.springframework.integration.jdbc.inbound.JdbcPollingChannelAdapter
A source of parameters for the select query used for polling.
setSerializer(Serializer) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
A converter for serializing messages to byte arrays for storage.
setSerializer(Serializer) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
A converter for serializing messages to byte arrays for storage.
setSkipUndeclaredResults(boolean) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
If this variable is set to true then all results from a stored procedure call that don't have a corresponding SqlOutParameter declaration will be bypassed.
setSqlParameters(List) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
If you database system is not fully supported by Spring and thus obtaining parameter definitions from the JDBC Meta-data is not possible, you must define the SqlParameter explicitly.
setSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.outbound.JdbcMessageHandler
setSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Provides the ability to set a custom SqlParameterSourceFactory.
setSqlParameterTypes(Map) - Method in class org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory
Specify sql types for the parameters.
setStaticParameters(Map) - Method in class org.springframework.integration.jdbc.BeanPropertySqlParameterSourceFactory
If the input is a List or a Map, the output is a map parameter source, and in that case some static parameters can be added (default is empty).
setStaticParameters(Map) - Method in class org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory
Define some static parameter values.
setStoredProcedureName(String) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
The name of the Stored Procedure or Stored Function to be executed.
setStoredProcedureNameExpression(Expression) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Using the StoredProcExecutor.storedProcedureNameExpression the Message can be used as source for the name of the Stored Procedure or Stored Function.
setTablePrefix(String) - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
Public setter for the table prefix property.
setTablePrefix(String) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Public setter for the table prefix property.
setTablePrefix(String) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
Public setter for the table prefix property.
setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber
Provide a managed AsyncTaskExecutor for Postgres listener daemon.
setTimeToLive(int) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
Deprecated.
since 7.0, the default time-to-live can be set by the constructor of JdbcLockRegistry
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
Set the transaction manager to use for message processing.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
Set a PlatformTransactionManager for operations.
setUpdatePerRow(boolean) - Method in class org.springframework.integration.jdbc.inbound.JdbcPollingChannelAdapter
Set a flag to update per record or not.
setUpdateQuery(String) - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
Set a custom UPDATE query for a lock record.
setUpdateSql(String) - Method in class org.springframework.integration.jdbc.inbound.JdbcPollingChannelAdapter
Set an update query.
setUpdateSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.inbound.JdbcPollingChannelAdapter
Set an SqlParameterSourceFactory for update query.
setUsePayloadAsParameterSource(boolean) - Method in class org.springframework.integration.jdbc.outbound.JdbcMessageHandler
If set to 'true', the payload of the Message will be used as a source for providing parameters.
setUsePayloadAsParameterSource(boolean) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
If set to 'true', the payload of the Message will be used as a source for providing parameters.
setUsingIdCache(boolean) - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
Consider using this property when polling the database transactionally using multiple parallel threads, meaning when the configured poller is configured using a task executor.
setValue(Object) - Method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
 
setValues(PreparedStatement, Message) - Method in interface org.springframework.integration.jdbc.MessagePreparedStatementSetter
Set parameter values on the given PreparedStatement and message context.
setValues(PreparedStatement, Message, Object, String, boolean) - Method in class org.springframework.integration.jdbc.store.channel.ChannelMessageStorePreparedStatementSetter
Perform a preparedStatement parameters population according provided arguments.
setValues(PreparedStatement, Message, Object, String, boolean) - Method in class org.springframework.integration.jdbc.store.channel.JsonChannelMessageStorePreparedStatementSetter
 
shouldGenerateId() - Method in class org.springframework.integration.jdbc.config.JdbcPollingChannelAdapterParser
 
shouldGenerateId() - Method in class org.springframework.integration.jdbc.config.StoredProcMessageHandlerParser
 
shouldGenerateId() - Method in class org.springframework.integration.jdbc.config.StoredProcPollingChannelAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.jdbc.config.JdbcMessageHandlerParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.jdbc.config.JdbcPollingChannelAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.jdbc.config.StoredProcMessageHandlerParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.jdbc.config.StoredProcPollingChannelAdapterParser
 
skipUndeclaredResults(boolean) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
 
SMALLINT - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
sqlParameter(SqlParameter) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
Add an SqlParameter to the target StoredProcExecutor.
sqlParameters(List) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
 
sqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.dsl.JdbcOutboundChannelAdapterSpec
 
sqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
 
SqlParameterSourceFactory - Interface in org.springframework.integration.jdbc
Collaborator for JDBC adapters which allows creation of instances of SqlParameterSource for use in update operations.
SqlServerChannelMessageStoreQueryProvider - Class in org.springframework.integration.jdbc.store.channel
Channel message store query provider for Microsoft SQL Server / Azure SQL database.
SqlServerChannelMessageStoreQueryProvider() - Constructor for class org.springframework.integration.jdbc.store.channel.SqlServerChannelMessageStoreQueryProvider
 
SQLXML - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
start() - Method in class org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber
 
start() - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
 
start() - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
 
start() - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
 
start() - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
stop() - Method in class org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber
 
stop() - Method in class org.springframework.integration.jdbc.lock.DefaultLockRepository
 
stop() - Method in class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
 
stop() - Method in class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
 
stop() - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
storedProcedureName(String) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
 
storedProcedureNameExpression(Expression) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
 
StoredProcExecutor - Class in org.springframework.integration.jdbc
This class is used by all Stored Procedure (Stored Function) components and provides the core functionality to execute those.
StoredProcExecutor(DataSource) - Constructor for class org.springframework.integration.jdbc.StoredProcExecutor
Constructor taking DataSource from which the DB Connection can be obtained.
storedProcExecutorSpec(DataSource) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
The factory to produce a StoredProcExecutorSpec.
StoredProcExecutorSpec - Class in org.springframework.integration.jdbc.dsl
A StoredProcExecutor configurer.
StoredProcExecutorSpec(DataSource) - Constructor for class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
 
storedProcInboundAdapter(DataSource) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
The factory to produce a JdbcStoredProcInboundChannelAdapterSpec.
storedProcInboundAdapter(StoredProcExecutor) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
The factory to produce a JdbcStoredProcInboundChannelAdapterSpec.
StoredProcMessageHandler - Class in org.springframework.integration.jdbc.outbound
A message handler that executes Stored Procedures for update purposes.
StoredProcMessageHandler - Class in org.springframework.integration.jdbc
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of StoredProcMessageHandler
StoredProcMessageHandler(StoredProcExecutor) - Constructor for class org.springframework.integration.jdbc.outbound.StoredProcMessageHandler
Constructor passing in the StoredProcExecutor.
StoredProcMessageHandler(StoredProcExecutor) - Constructor for class org.springframework.integration.jdbc.StoredProcMessageHandler
Deprecated.
Constructor passing in the StoredProcExecutor.
StoredProcMessageHandlerParser - Class in org.springframework.integration.jdbc.config
 
StoredProcMessageHandlerParser() - Constructor for class org.springframework.integration.jdbc.config.StoredProcMessageHandlerParser
 
storedProcOutboundAdapter(DataSource) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
storedProcOutboundAdapter(StoredProcExecutor) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
storedProcOutboundGateway(DataSource) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
The factory to produce a JdbcStoredProcOutboundGatewaySpec.
storedProcOutboundGateway(StoredProcExecutor) - Static method in class org.springframework.integration.jdbc.dsl.Jdbc
The factory to produce a JdbcStoredProcOutboundGatewaySpec.
StoredProcOutboundGateway - Class in org.springframework.integration.jdbc.outbound
An AbstractReplyProducingMessageHandler implementation for performing RDBMS stored procedures which return results.
StoredProcOutboundGateway - Class in org.springframework.integration.jdbc
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of StoredProcOutboundGateway
StoredProcOutboundGateway(StoredProcExecutor) - Constructor for class org.springframework.integration.jdbc.outbound.StoredProcOutboundGateway
Constructor taking StoredProcExecutor.
StoredProcOutboundGateway(StoredProcExecutor) - Constructor for class org.springframework.integration.jdbc.StoredProcOutboundGateway
Deprecated.
Constructor taking StoredProcExecutor.
StoredProcOutboundGatewayParser - Class in org.springframework.integration.jdbc.config
 
StoredProcOutboundGatewayParser() - Constructor for class org.springframework.integration.jdbc.config.StoredProcOutboundGatewayParser
 
StoredProcParserUtils - Class in org.springframework.integration.jdbc.config
 
StoredProcPollingChannelAdapter - Class in org.springframework.integration.jdbc.inbound
A polling channel adapter that creates messages from the payload returned by executing a stored procedure or Sql function.
StoredProcPollingChannelAdapter - Class in org.springframework.integration.jdbc
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of StoredProcPollingChannelAdapter
StoredProcPollingChannelAdapter(StoredProcExecutor) - Constructor for class org.springframework.integration.jdbc.inbound.StoredProcPollingChannelAdapter
Constructor taking StoredProcExecutor.
StoredProcPollingChannelAdapter(StoredProcExecutor) - Constructor for class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
Deprecated.
Constructor taking StoredProcExecutor.
StoredProcPollingChannelAdapterParser - Class in org.springframework.integration.jdbc.config
 
StoredProcPollingChannelAdapterParser() - Constructor for class org.springframework.integration.jdbc.config.StoredProcPollingChannelAdapterParser
 
streamMessagesForGroup(Object) - Method in class org.springframework.integration.jdbc.store.JdbcMessageStore
 
STRUCT - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
subscribe(PostgresChannelMessageTableSubscriber.Subscription) - Method in class org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber
Add a new subscription to this subscriber.
subscribe(MessageHandler) - Method in class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
 

T

TIME - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
TIMESTAMP - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
TINYINT - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
toString() - Method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
 

U

unsubscribe(PostgresChannelMessageTableSubscriber.Subscription) - Method in class org.springframework.integration.jdbc.channel.PostgresChannelMessageTableSubscriber
Remove a previous subscription from this subscriber.
unsubscribe(MessageHandler) - Method in class org.springframework.integration.jdbc.channel.PostgresSubscribableChannel
 
updatePerRow(boolean) - Method in class org.springframework.integration.jdbc.dsl.JdbcInboundChannelAdapterSpec
 
updateSql(String) - Method in class org.springframework.integration.jdbc.dsl.JdbcInboundChannelAdapterSpec
 
updateSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.dsl.JdbcInboundChannelAdapterSpec
 
usePayloadAsParameterSource(boolean) - Method in class org.springframework.integration.jdbc.dsl.JdbcOutboundChannelAdapterSpec
 
usePayloadAsParameterSource(boolean) - Method in class org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
 

V

valueOf(String) - Static method in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.integration.jdbc.store.JdbcChannelMessageStore.Query
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.integration.jdbc.store.JdbcChannelMessageStore.Query
Returns an array containing the constants of this enum class, in the order they are declared.
VARBINARY - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
VARCHAR - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
 
A B C D E F G H I J K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values