Uses of Class
org.springframework.integration.jdbc.StoredProcExecutor
Packages that use StoredProcExecutor
Package
Description
Java DSL classes for JDBC module.
Inbound channel adapters for JDBC.
Outbound channel adapters for JDBC.
-
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 StoredProcExecutorModifierConstructorDescriptionprotectedJdbcStoredProcInboundChannelAdapterSpec(StoredProcExecutor storedProcExecutor) protectedJdbcStoredProcOutboundChannelAdapterSpec(StoredProcExecutor storedProcExecutor) protectedJdbcStoredProcOutboundGatewaySpec(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.