| Name | Description | Type | Package | Framework |
| SqlParameterSourceFactory | Collaborator for JDBC adapters which allows creation ofinstances of SqlParameterSource for use in update operations. | Interface | org.springframework.integration.jdbc | Spring Integration |
| ProcedureParameter | Abstraction of Procedure parameters allowing to provide static parametersand SpEl Expression based parameters. | Class | org.springframework.integration.jdbc.storedproc | Spring Integration |
| PostgresChannelMessageStoreQueryProvider | Class | org.springframework.integration.jdbc.store.channel | Spring Integration | |
| OracleChannelMessageStoreQueryProvider | Contains Oracle-specific queries for the JdbcChannelMessageStore. | Class | org.springframework.integration.jdbc.store.channel | Spring Integration |
| MySqlChannelMessageStoreQueryProvider | Class | org.springframework.integration.jdbc.store.channel | Spring Integration | |
| MessageRowMapper | Convenience class to be used to unpack a Message from a result setrow. | Class | org.springframework.integration.jdbc.store.channel | Spring Integration |
| MessagePreparedStatementSetter | The callback to be used with the JdbcMessageHandleras an alternative to the SqlParameterSourceFactory. | Interface | org.springframework.integration.jdbc | Spring Integration |
| JdbcTypesEnum | This Enumeration provides a handy wrapper around Types. | Class | org.springframework.integration.jdbc.config | Spring Integration |
| JdbcPollingChannelAdapterParser | Parser for JdbcPollingChannelAdapter. | Class | org.springframework.integration.jdbc.config | Spring Integration |
| JdbcPollingChannelAdapter | A polling channel adapter that creates messages from the payload returned byexecuting a select query. | Class | org.springframework.integration.jdbc | Spring Integration |
| JdbcOutboundGatewayParser | Class | org.springframework.integration.jdbc.config | Spring Integration | |
| JdbcOutboundGateway | Class | org.springframework.integration.jdbc | Spring Integration | |
| JdbcNamespaceHandler | Namespace handler for the integration JDBC schema. | Class | org.springframework.integration.jdbc.config | Spring Integration |
| JdbcMessageStore | tables are packaged as org/springframework/integration/jdbc/schema-*. | Class | org.springframework.integration.jdbc | Spring Integration |
| JdbcMessageStoreParser | Parser for JdbcMessageStore. | Class | org.springframework.integration.jdbc.config | Spring Integration |
| JdbcMessageHandlerParser | Class | org.springframework.integration.jdbc.config | Spring Integration | |
| JdbcMessageHandler | A message handler that executes an SQL update. | Class | org.springframework.integration.jdbc | Spring Integration |
| JdbcChannelMessageStore | Channel-specific implementation of MessageGroupStore using a relationalThis message store shall be used for message channels only. | Class | org.springframework.integration.jdbc.store | Spring Integration |
| HsqlChannelMessageStoreQueryProvider | Class | org.springframework.integration.jdbc.store.channel | Spring Integration | |
| ExpressionEvaluatingSqlParameterSourceFactory | An implementation of SqlParameterSourceFactory which creates an SqlParameterSource that evaluatesSpring EL expressions. | Class | org.springframework.integration.jdbc | Spring Integration |
| DerbyChannelMessageStoreQueryProvider | https://blogs. | Class | org.springframework.integration.jdbc.store.channel | Spring Integration |
| ChannelMessageStoreQueryProvider | Common interface used in order to configure theJdbcChannelMessageStore to provide database-specific queries. | Interface | org.springframework.integration.jdbc.store.channel | Spring Integration |
| BeanPropertySqlParameterSourceFactory | A default implementation of SqlParameterSourceFactory which creates an SqlParameterSource toreference bean properties in its input. | Class | org.springframework.integration.jdbc | Spring Integration |
| AbstractChannelMessageStoreQueryProvider | Class | org.springframework.integration.jdbc.store.channel | Spring Integration | |
| StoredProcExecutor | This class is used by all Stored Procedure (Stored Function) components andprovides the core functionality to execute those. | Class | org.springframework.integration.jdbc | Spring Integration |
| StoredProcMessageHandler | A message handler that executes Stored Procedures for update purposes. | Class | org.springframework.integration.jdbc | Spring Integration |
| StoredProcMessageHandlerParser | Class | org.springframework.integration.jdbc.config | Spring Integration | |
| StoredProcOutboundGateway | Class | org.springframework.integration.jdbc | Spring Integration | |
| StoredProcOutboundGatewayParser | Class | org.springframework.integration.jdbc.config | Spring Integration | |
| StoredProcParserUtils | Class | org.springframework.integration.jdbc.config | Spring Integration | |
| StoredProcPollingChannelAdapter | A polling channel adapter that creates messages from the payload returned byexecuting a stored procedure or Sql function. | Class | org.springframework.integration.jdbc | Spring Integration |
| StoredProcPollingChannelAdapterParser | Class | org.springframework.integration.jdbc.config | Spring Integration | |