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.
Inbound channel adapters for JDBC.
Outbound channel adapters for JDBC.
-
Uses of StoredProcExecutor in org.springframework.integration.jdbc
Constructors in org.springframework.integration.jdbc with parameters of type StoredProcExecutorModifierConstructorDescriptionStoredProcMessageHandler
(StoredProcExecutor storedProcExecutor) Deprecated, for removal: This API element is subject to removal in a future version.Constructor passing in theStoredProcExecutor
.StoredProcOutboundGateway
(StoredProcExecutor storedProcExecutor) Deprecated, for removal: This API element is subject to removal in a future version.Constructor takingStoredProcExecutor
.StoredProcPollingChannelAdapter
(StoredProcExecutor storedProcExecutor) Deprecated, for removal: This API element is subject to removal in a future version.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) -
Uses of StoredProcExecutor in org.springframework.integration.jdbc.inbound
Constructors in org.springframework.integration.jdbc.inbound with parameters of type StoredProcExecutorModifierConstructorDescriptionStoredProcPollingChannelAdapter
(StoredProcExecutor storedProcExecutor) Constructor takingStoredProcExecutor
. -
Uses of StoredProcExecutor in org.springframework.integration.jdbc.outbound
Constructors in org.springframework.integration.jdbc.outbound with parameters of type StoredProcExecutorModifierConstructorDescriptionStoredProcMessageHandler
(StoredProcExecutor storedProcExecutor) Constructor passing in theStoredProcExecutor
.StoredProcOutboundGateway
(StoredProcExecutor storedProcExecutor) Constructor takingStoredProcExecutor
.