Uses of Class
org.springframework.integration.jdbc.StoredProcExecutor
Packages that use StoredProcExecutor
Package
Description
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
Java DSL classes for JDBC module.
-
Uses of StoredProcExecutor in org.springframework.integration.jdbc
Constructors in org.springframework.integration.jdbc with parameters of type StoredProcExecutorModifierConstructorDescriptionStoredProcMessageHandler
(StoredProcExecutor storedProcExecutor) Constructor passing in theStoredProcExecutor
.StoredProcOutboundGateway
(StoredProcExecutor storedProcExecutor) Constructor takingStoredProcExecutor
.StoredProcPollingChannelAdapter
(StoredProcExecutor storedProcExecutor) Constructor takingStoredProcExecutor
. -
Uses of StoredProcExecutor in org.springframework.integration.jdbc.dsl
Subclasses with type arguments of type StoredProcExecutor in org.springframework.integration.jdbc.dslMethods in org.springframework.integration.jdbc.dsl with parameters of type StoredProcExecutorModifier and TypeMethodDescriptionJdbc.storedProcInboundAdapter
(StoredProcExecutor storedProcExecutor) The factory to produce aJdbcStoredProcInboundChannelAdapterSpec
.Jdbc.storedProcOutboundAdapter
(StoredProcExecutor storedProcExecutor) The factory to produce aJdbcStoredProcOutboundChannelAdapterSpec
.Jdbc.storedProcOutboundGateway
(StoredProcExecutor storedProcExecutor) The factory to produce aJdbcStoredProcOutboundGatewaySpec
.Constructors in org.springframework.integration.jdbc.dsl with parameters of type StoredProcExecutorModifierConstructorDescriptionprotected
JdbcStoredProcInboundChannelAdapterSpec
(StoredProcExecutor storedProcExecutor) protected
JdbcStoredProcOutboundChannelAdapterSpec
(StoredProcExecutor storedProcExecutor) protected
JdbcStoredProcOutboundGatewaySpec
(StoredProcExecutor storedProcExecutor)