A B C D E G H I J M O P R S T V

A

addMessage(Message<T>) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
addMessageToGroup(Object, Message<?>) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
afterPropertiesSet() - Method in class org.springframework.integration.jdbc.JdbcMessageStore
Check mandatory properties (data source and incrementer).
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.

B

BeanPropertySqlParameterSourceFactory - Class in org.springframework.integration.jdbc
A default implementation of SqlParameterSourceFactory which creates an SqlParameterSource to reference bean properties in its input.
BeanPropertySqlParameterSourceFactory() - Constructor for class org.springframework.integration.jdbc.BeanPropertySqlParameterSourceFactory
 

C

completeGroup(Object) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
convertExpressions(Collection<ProcedureParameter>) - 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<ProcedureParameter>) - 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 org.springframework.integration.jdbc.config.JdbcTypesEnum
Retrieves the matching enum constant for a provided String representation of the SQL Types.
CREATED_DATE_KEY - Static variable in class org.springframework.integration.jdbc.JdbcMessageStore
The name of the message header that stores a timestamp for the time the message was inserted.
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.

D

DEFAULT_LONG_STRING_LENGTH - Static variable in class org.springframework.integration.jdbc.JdbcMessageStore
 
DEFAULT_TABLE_PREFIX - Static variable in class org.springframework.integration.jdbc.JdbcMessageStore
Default value for the table prefix property.
doPoll(SqlParameterSource) - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
 
doPoll() - Method in class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
 

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(Object, boolean) - Method in class org.springframework.integration.jdbc.JdbcMessageHandler
 
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
 

G

getCode() - Method in enum org.springframework.integration.jdbc.config.JdbcTypesEnum
Get the numerical representation of the JDBC Type enum.
getComponentType() - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
 
getComponentType() - Method in class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
 
getExpression() - Method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
 
getInputChannelAttributeName() - Method in class org.springframework.integration.jdbc.config.JdbcOutboundGatewayParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.jdbc.config.StoredProcOutboundGatewayParser
 
getMessage(UUID) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
getMessageCount() - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
getMessageCountForAllMessageGroups() - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
getMessageGroup(Object) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
getMessageGroupCount() - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
getName() - Method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
 
getProcedureParameterBeanDefinitions(Element, ParserContext) - Static method in class org.springframework.integration.jdbc.config.StoredProcParserUtils
 
getQuery(String) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
Replace patterns in the input to produce a valid SQL query.
getReturningResultsetBeanDefinitions(Element, ParserContext) - Static method in class org.springframework.integration.jdbc.config.StoredProcParserUtils
 
getSqlParameterDefinitionBeanDefinitions(Element, ParserContext) - Static method in class org.springframework.integration.jdbc.config.StoredProcParserUtils
 
getStoredProcedureName() - Method in class org.springframework.integration.jdbc.StoredProcExecutor
 
getValue() - Method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
 

H

handleMessageInternal(Message<?>) - Method in class org.springframework.integration.jdbc.JdbcMessageHandler
Executes the update, passing the message into the SqlParameterSourceFactory.
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.jdbc.StoredProcMessageHandler
Executes the Stored procedure, delegates to executeStoredProcedure(...).
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.jdbc.JdbcOutboundGateway
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.jdbc.StoredProcOutboundGateway
 

I

init() - Method in class org.springframework.integration.jdbc.config.JdbcNamespaceHandler
 
iterator() - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 

J

JdbcMessageHandler - Class in org.springframework.integration.jdbc
A message handler that executes an SQL update.
JdbcMessageHandler(DataSource, String) - Constructor for class org.springframework.integration.jdbc.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
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
Implementation of MessageStore using a relational database via JDBC.
JdbcMessageStore() - Constructor for class org.springframework.integration.jdbc.JdbcMessageStore
Convenient constructor for configuration use.
JdbcMessageStore(DataSource) - Constructor for class org.springframework.integration.jdbc.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
 
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
 
JdbcOutboundGateway - Class in org.springframework.integration.jdbc
 
JdbcOutboundGateway(DataSource, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
 
JdbcOutboundGateway(DataSource, String, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
 
JdbcOutboundGateway(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
 
JdbcOutboundGateway(JdbcOperations, String, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
 
JdbcOutboundGatewayParser - Class in org.springframework.integration.jdbc.config
 
JdbcOutboundGatewayParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcOutboundGatewayParser
 
JdbcPollingChannelAdapter - Class in org.springframework.integration.jdbc
A polling channel adapter that creates messages from the payload returned by executing a select query.
JdbcPollingChannelAdapter(DataSource, String) - Constructor for class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
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.JdbcPollingChannelAdapter
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
Parser for JdbcPollingChannelAdapter.
JdbcPollingChannelAdapterParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcPollingChannelAdapterParser
 
JdbcTypesEnum - Enum in org.springframework.integration.jdbc.config
This Enumeration provides a handy wrapper around Types.

M

messageGroupSize(Object) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 

O

onInit() - Method in class org.springframework.integration.jdbc.JdbcOutboundGateway
 
onInit() - Method in class org.springframework.integration.jdbc.StoredProcMessageHandler
Verifies parameters, sets the parameters on SimpleJdbcCallOperations and ensures the appropriate SqlParameterSourceFactory is defined when ProcedureParameter are passed in.
onInit() - Method in class org.springframework.integration.jdbc.StoredProcOutboundGateway
Verifies parameters, sets the parameters on SimpleJdbcCallOperations and ensures the appropriate SqlParameterSourceFactory is defined when ProcedureParameter are passed in.
onInit() - Method in class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
 
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.config - package org.springframework.integration.jdbc.config
Contains parser classes for the JDBC namespace support.
org.springframework.integration.jdbc.storedproc - package org.springframework.integration.jdbc.storedproc
Provides Stored Procedure/Function supporting classes.

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
 
pollMessageFromGroup(Object) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
ProcedureParameter - Class in org.springframework.integration.jdbc.storedproc
Abstraction of Procedure parameters allowing to provide static parameters and SpEl Expression based parameters.
ProcedureParameter(String, Object, String) - Constructor for class org.springframework.integration.jdbc.storedproc.ProcedureParameter
Instantiates a new Procedure Parameter.
ProcedureParameter() - Constructor for class org.springframework.integration.jdbc.storedproc.ProcedureParameter
Default constructor.

R

receive() - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
Executes the query.
receive() - Method in class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
Executes the query.
removeMessage(UUID) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
removeMessageFromGroup(Object, Message<?>) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
removeMessageGroup(Object) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 

S

SAVED_KEY - Static variable in class org.springframework.integration.jdbc.JdbcMessageStore
The name of the message header that stores a flag to indicate that the message has been saved.
setDataSource(DataSource) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
The JDBC DataSource to use when interacting with the database.
setDeserializer(Deserializer<? extends Message<?>>) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
A converter for deserializing byte arrays to messages.
setExpectSingleResult(boolean) - Method in class org.springframework.integration.jdbc.StoredProcOutboundGateway
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.StoredProcPollingChannelAdapter
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
 
setFunction(boolean) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Indicates whether a Stored Procedure or a Function is being executed.
setFunction(boolean) - Method in class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
Indicates whether a Stored Procedure or a Function is being executed.
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.
setIgnoreColumnMetaData(boolean) - Method in class org.springframework.integration.jdbc.StoredProcMessageHandler
For fully supported databases, the underlying SimpleJdbcCall can retrieve the parameter information for the to be invoked Stored Procedure from the JDBC Meta-data.
setIgnoreColumnMetaData(boolean) - Method in class org.springframework.integration.jdbc.StoredProcOutboundGateway
If true, the JDBC parameter definitions for the stored procedure are not automatically derived from the underlying JDBC connection.
setIgnoreColumnMetaData(boolean) - Method in class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
If true, the JDBC parameter definitions for the stored procedure are not automatically derived from the underlying JDBC connection.
setIsFunction(boolean) - Method in class org.springframework.integration.jdbc.StoredProcOutboundGateway
Indicates whether a Stored Procedure or a Function is being executed.
setJdbcTemplate(JdbcOperations) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
The JdbcOperations to use when interacting with the database.
setKeysGenerated(boolean) - Method in class org.springframework.integration.jdbc.JdbcMessageHandler
Flag to indicate that the update query is an insert with autogenerated keys, which will be logged at debug level.
setKeysGenerated(boolean) - Method in class org.springframework.integration.jdbc.JdbcOutboundGateway
Flag to indicate that the update query is an insert with autogenerated keys, which will be logged at debug level.
setLastReleasedSequenceNumberForGroup(Object, int) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
setLobHandler(LobHandler) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
Override the LobHandler that is used to create and unpack large objects in SQL queries.
setMaxRowsPerPoll(Integer) - Method in class org.springframework.integration.jdbc.JdbcOutboundGateway
The maximum number of rows to pull out of the query results per poll (if greater than zero, otherwise all rows will be packed into the outgoing message).
setMaxRowsPerPoll(int) - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
The maximum number of rows to pull out of the query results per poll (if greater than zero, otherwise all rows will be packed into the outgoing message).
setName(String) - Method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
 
setParameterExpressions(Map<String, String>) - Method in class org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory
Optionally maps parameter names to explicit expressions.
setProcedureParameters(List<ProcedureParameter>) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Custom Stored Procedure parameters that may contain static values or Strings representing an Expression.
setProcedureParameters(List<ProcedureParameter>) - Method in class org.springframework.integration.jdbc.StoredProcMessageHandler
Custom Stored Procedure parameters that may contain static values or Strings representing an Expression.
setProcedureParameters(List<ProcedureParameter>) - Method in class org.springframework.integration.jdbc.StoredProcOutboundGateway
Custom Stored Procedure parameters that may contain static values or Strings representing an Expression.
setProcedureParameters(List<ProcedureParameter>) - Method in class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
Custom Stored Procedure parameters that may contain static values or Strings representing an Expression.
setRegion(String) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
A unique grouping identifier for all messages persisted with this store.
setReplySqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.JdbcOutboundGateway
 
setRequestSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.JdbcOutboundGateway
 
setReturningResultSetRowMappers(Map<String, RowMapper<?>>) - 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.
setReturningResultSetRowMappers(Map<String, RowMapper<?>>) - Method in class org.springframework.integration.jdbc.StoredProcOutboundGateway
Does your stored procedure return one or more result sets? If so, you can use the provided method for setting the respective RowMappers.
setReturningResultSetRowMappers(Map<String, RowMapper<?>>) - Method in class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
Does your stored procedure return one or more result sets? If so, you can use the provided method for setting the respective Rowmappers.
setReturnValueRequired(boolean) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Indicates the procedure's return value should be included in the results returned.
setReturnValueRequired(boolean) - Method in class org.springframework.integration.jdbc.StoredProcOutboundGateway
Indicates the procedure's return value should be included in the results returned.
setReturnValueRequired(boolean) - Method in class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
Indicates the procedure's return value should be included in the results returned.
setRowMapper(RowMapper<?>) - Method in class org.springframework.integration.jdbc.JdbcOutboundGateway
 
setRowMapper(RowMapper<?>) - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
 
setSelectSqlParameterSource(SqlParameterSource) - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
A source of parameters for the select query used for polling.
setSerializer(Serializer<? super Message<?>>) - Method in class org.springframework.integration.jdbc.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.
setSkipUndeclaredResults(boolean) - Method in class org.springframework.integration.jdbc.StoredProcOutboundGateway
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.
setSkipUndeclaredResults(boolean) - Method in class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
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<SqlParameter>) - 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.
setSqlParameters(List<SqlParameter>) - Method in class org.springframework.integration.jdbc.StoredProcMessageHandler
If your 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.
setSqlParameters(List<SqlParameter>) - Method in class org.springframework.integration.jdbc.StoredProcOutboundGateway
Explicit declarations are necessary if the database you use is not a Spring-supported database.
setSqlParameters(List<SqlParameter>) - Method in class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
Explicit declarations are necessary if the database you use is not a Spring-supported database.
setSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.JdbcMessageHandler
 
setSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.StoredProcExecutor
Provides the ability to set a custom SqlParameterSourceFactory.
setSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.StoredProcMessageHandler
Provides the ability to set a custom SqlParameterSourceFactory.
setSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.StoredProcOutboundGateway
Provides the ability to set a custom SqlParameterSourceFactory.
setSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
Provides the ability to set a custom SqlParameterSourceFactory.
setStaticParameters(Map<String, Object>) - 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<String, ?>) - Method in class org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory
Define some static parameter values.
setTablePrefix(String) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
Public setter for the table prefix property.
setUpdatePerRow(boolean) - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
 
setUpdateSql(String) - Method in class org.springframework.integration.jdbc.JdbcMessageHandler
 
setUpdateSql(String) - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
 
setUpdateSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
 
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.
setUsePayloadAsParameterSource(boolean) - Method in class org.springframework.integration.jdbc.StoredProcMessageHandler
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.StoredProcOutboundGateway
If set to 'true', the payload of the Message will be used as a source for providing parameters.
setValue(Object) - Method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
 
shouldGenerateId() - Method in class org.springframework.integration.jdbc.config.JdbcMessageHandlerParser
 
shouldGenerateId() - Method in class org.springframework.integration.jdbc.config.JdbcOutboundGatewayParser
 
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.StoredProcOutboundGatewayParser
 
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.JdbcOutboundGatewayParser
 
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.StoredProcOutboundGatewayParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.jdbc.config.StoredProcPollingChannelAdapterParser
 
SqlParameterSourceFactory - Interface in org.springframework.integration.jdbc
Collaborator for JDBC adapters which allows creation of instances of SqlParameterSource for use in update operations.
StoredProcExecutor - Class in org.springframework.integration.jdbc
A message handler that executes Stored Procedures for update purposes.
StoredProcExecutor(DataSource, String) - Constructor for class org.springframework.integration.jdbc.StoredProcExecutor
Constructor taking DataSource from which the DB Connection can be obtained and the select query to execute the stored procedure.
StoredProcMessageHandler - Class in org.springframework.integration.jdbc
A message handler that executes Stored Procedures for update purposes.
StoredProcMessageHandler(DataSource, String) - Constructor for class org.springframework.integration.jdbc.StoredProcMessageHandler
Constructor taking DataSource from which the DB Connection can be obtained and the name of the stored procedure or function to execute to retrieve new rows.
StoredProcMessageHandlerParser - Class in org.springframework.integration.jdbc.config
 
StoredProcMessageHandlerParser() - Constructor for class org.springframework.integration.jdbc.config.StoredProcMessageHandlerParser
 
StoredProcOutboundGateway - Class in org.springframework.integration.jdbc
 
StoredProcOutboundGateway(DataSource, String) - Constructor for class org.springframework.integration.jdbc.StoredProcOutboundGateway
Constructor taking DataSource from which the DB Connection can be obtained and the name of the stored procedure or function to execute to retrieve new rows.
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
A polling channel adapter that creates messages from the payload returned by executing a stored procedure or Sql function.
StoredProcPollingChannelAdapter(DataSource, String) - Constructor for class org.springframework.integration.jdbc.StoredProcPollingChannelAdapter
Constructor taking DataSource from which the DB Connection can be obtained and the stored procedure name to execute.
StoredProcPollingChannelAdapterParser - Class in org.springframework.integration.jdbc.config
 
StoredProcPollingChannelAdapterParser() - Constructor for class org.springframework.integration.jdbc.config.StoredProcPollingChannelAdapterParser
 

T

toString() - Method in class org.springframework.integration.jdbc.storedproc.ProcedureParameter
 

V

valueOf(String) - Static method in enum org.springframework.integration.jdbc.config.JdbcTypesEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.integration.jdbc.config.JdbcTypesEnum
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E G H I J M O P R S T V