Uses of Class
org.springframework.integration.jdbc.dsl.JdbcStoredProcInboundChannelAdapterSpec
Packages that use JdbcStoredProcInboundChannelAdapterSpec
-
Uses of JdbcStoredProcInboundChannelAdapterSpec in org.springframework.integration.jdbc.dsl
Subclasses with type arguments of type JdbcStoredProcInboundChannelAdapterSpec in org.springframework.integration.jdbc.dslModifier and TypeClassDescriptionclass
Methods in org.springframework.integration.jdbc.dsl that return JdbcStoredProcInboundChannelAdapterSpecModifier and TypeMethodDescriptionJdbcStoredProcInboundChannelAdapterSpec.configurerStoredProcExecutor
(Consumer<StoredProcExecutorSpec> configurer) Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking theConsumer
callbackJdbcStoredProcInboundChannelAdapterSpec.expectSingleResult
(boolean expectSingleResult) Jdbc.storedProcInboundAdapter
(DataSource dataSource) The factory to produce aJdbcStoredProcInboundChannelAdapterSpec
.Jdbc.storedProcInboundAdapter
(StoredProcExecutor storedProcExecutor) The factory to produce aJdbcStoredProcInboundChannelAdapterSpec
.