Uses of Class
org.springframework.integration.jdbc.dsl.JdbcOutboundChannelAdapterSpec
Packages that use JdbcOutboundChannelAdapterSpec
-
Uses of JdbcOutboundChannelAdapterSpec in org.springframework.integration.jdbc.dsl
Subclasses with type arguments of type JdbcOutboundChannelAdapterSpec in org.springframework.integration.jdbc.dslModifier and TypeClassDescriptionclass
Methods in org.springframework.integration.jdbc.dsl that return JdbcOutboundChannelAdapterSpecModifier and TypeMethodDescriptionJdbcOutboundChannelAdapterSpec.keysGenerated
(boolean keysGenerated) Jdbc.outboundAdapter
(DataSource dataSource, String updateQuery) The factory to produce aJdbcOutboundChannelAdapterSpec
.Jdbc.outboundAdapter
(JdbcOperations jdbcOperations, String updateQuery) The factory to produce aJdbcOutboundChannelAdapterSpec
.JdbcOutboundChannelAdapterSpec.preparedStatementSetter
(MessagePreparedStatementSetter preparedStatementSetter) JdbcOutboundChannelAdapterSpec.sqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) JdbcOutboundChannelAdapterSpec.usePayloadAsParameterSource
(boolean usePayloadAsParameterSource)