Uses of Class
org.springframework.integration.jdbc.dsl.JdbcOutboundChannelAdapterSpec
Packages that use JdbcOutboundChannelAdapterSpec
-
Uses of JdbcOutboundChannelAdapterSpec in org.springframework.integration.jdbc.dsl
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)