Uses of Interface
org.springframework.integration.jdbc.MessagePreparedStatementSetter
Package
Description
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
-
Uses of MessagePreparedStatementSetter in org.springframework.integration.jdbc
Modifier and TypeMethodDescriptionvoid
JdbcMessageHandler.setPreparedStatementSetter
(MessagePreparedStatementSetter preparedStatementSetter) Specify aMessagePreparedStatementSetter
to populate parameters on thePreparedStatement
with theMessage
context.void
JdbcOutboundGateway.setRequestPreparedStatementSetter
(MessagePreparedStatementSetter requestPreparedStatementSetter) Set aMessagePreparedStatementSetter
for update query.