Uses of Class
org.springframework.integration.jdbc.dsl.JdbcOutboundGatewaySpec
Packages that use JdbcOutboundGatewaySpec
-
Uses of JdbcOutboundGatewaySpec in org.springframework.integration.jdbc.dsl
Subclasses with type arguments of type JdbcOutboundGatewaySpec in org.springframework.integration.jdbc.dslModifier and TypeClassDescriptionclass
Methods in org.springframework.integration.jdbc.dsl that return JdbcOutboundGatewaySpecModifier and TypeMethodDescriptionJdbcOutboundGatewaySpec.keysGenerated
(boolean keysGenerated) static JdbcOutboundGatewaySpec
Jdbc.outboundGateway
(DataSource dataSource, String updateQuery) The factory to produce aJdbcOutboundGatewaySpec
.static JdbcOutboundGatewaySpec
Jdbc.outboundGateway
(DataSource dataSource, String updateQuery, String selectQuery) The factory to produce aJdbcOutboundGatewaySpec
.static JdbcOutboundGatewaySpec
Jdbc.outboundGateway
(JdbcOperations jdbcOperations, String updateQuery) The factory to produce aJdbcOutboundGatewaySpec
.static JdbcOutboundGatewaySpec
Jdbc.outboundGateway
(JdbcOperations jdbcOperations, String updateQuery, @Nullable String selectQuery) The factory to produce aJdbcOutboundGatewaySpec
.JdbcOutboundGatewaySpec.replySqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) JdbcOutboundGatewaySpec.requestPreparedStatementSetter
(MessagePreparedStatementSetter preparedStatementSetter) JdbcOutboundGatewaySpec.requestSqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory)