| Name | Description | Type | Package | Framework |
| 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 |
| 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 | |
| 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 |
| 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 |
| StoredProcOutboundGateway | Class | org.springframework.integration.jdbc | 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 |