Uses of Interface
org.springframework.integration.jdbc.MessagePreparedStatementSetter
Packages that use MessagePreparedStatementSetter
Package
Description
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
Java DSL classes for JDBC module.
-
Uses of MessagePreparedStatementSetter in org.springframework.integration.jdbc
Methods in org.springframework.integration.jdbc with parameters of type MessagePreparedStatementSetterModifier and TypeMethodDescriptionvoidJdbcMessageHandler.setPreparedStatementSetter(@Nullable MessagePreparedStatementSetter preparedStatementSetter) Specify aMessagePreparedStatementSetterto populate parameters on thePreparedStatementwith theMessagecontext.voidJdbcOutboundGateway.setRequestPreparedStatementSetter(MessagePreparedStatementSetter requestPreparedStatementSetter) Set aMessagePreparedStatementSetterfor update query. -
Uses of MessagePreparedStatementSetter in org.springframework.integration.jdbc.dsl
Methods in org.springframework.integration.jdbc.dsl with parameters of type MessagePreparedStatementSetterModifier and TypeMethodDescriptionJdbcOutboundChannelAdapterSpec.preparedStatementSetter(MessagePreparedStatementSetter preparedStatementSetter) JdbcOutboundGatewaySpec.requestPreparedStatementSetter(MessagePreparedStatementSetter preparedStatementSetter)