Uses of Class
org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundGatewaySpec
Packages that use JdbcStoredProcOutboundGatewaySpec
-
Uses of JdbcStoredProcOutboundGatewaySpec in org.springframework.integration.jdbc.dsl
Subclasses with type arguments of type JdbcStoredProcOutboundGatewaySpec in org.springframework.integration.jdbc.dslModifier and TypeClassDescriptionclass
Methods in org.springframework.integration.jdbc.dsl that return JdbcStoredProcOutboundGatewaySpecModifier and TypeMethodDescriptionJdbcStoredProcOutboundGatewaySpec.configurerStoredProcExecutor
(Consumer<StoredProcExecutorSpec> configurer) Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking theConsumer
callbackJdbcStoredProcOutboundGatewaySpec.expectSingleResult
(boolean expectSingleResult) JdbcStoredProcOutboundGatewaySpec.requiresReply
(boolean requiresReply) Jdbc.storedProcOutboundGateway
(DataSource dataSource) The factory to produce aJdbcStoredProcOutboundGatewaySpec
.Jdbc.storedProcOutboundGateway
(StoredProcExecutor storedProcExecutor) The factory to produce aJdbcStoredProcOutboundGatewaySpec
.