Uses of Class
org.springframework.integration.jdbc.dsl.JdbcStoredProcOutboundChannelAdapterSpec
Packages that use JdbcStoredProcOutboundChannelAdapterSpec
-
Uses of JdbcStoredProcOutboundChannelAdapterSpec in org.springframework.integration.jdbc.dsl
Subclasses with type arguments of type JdbcStoredProcOutboundChannelAdapterSpec in org.springframework.integration.jdbc.dslModifier and TypeClassDescriptionclass
Methods in org.springframework.integration.jdbc.dsl that return JdbcStoredProcOutboundChannelAdapterSpecModifier and TypeMethodDescriptionJdbcStoredProcOutboundChannelAdapterSpec.configurerStoredProcExecutor
(Consumer<StoredProcExecutorSpec> configurer) Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking theConsumer
callbackJdbc.storedProcOutboundAdapter
(DataSource dataSource) The factory to produce aJdbcStoredProcOutboundChannelAdapterSpec
.Jdbc.storedProcOutboundAdapter
(StoredProcExecutor storedProcExecutor) The factory to produce aJdbcStoredProcOutboundChannelAdapterSpec
.