Uses of Interface
org.springframework.integration.jdbc.MessagePreparedStatementSetter
Packages that use MessagePreparedStatementSetter
Package
Description
Java DSL classes for JDBC module.
Outbound channel adapters for JDBC.
-
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) -
Uses of MessagePreparedStatementSetter in org.springframework.integration.jdbc.outbound
Methods in org.springframework.integration.jdbc.outbound with parameters of type MessagePreparedStatementSetterModifier and TypeMethodDescriptionvoid
JdbcMessageHandler.setPreparedStatementSetter
(@Nullable MessagePreparedStatementSetter preparedStatementSetter) Specify aMessagePreparedStatementSetter
to populate parameters on thePreparedStatement
with theMessage
context.void
JdbcOutboundGateway.setRequestPreparedStatementSetter
(MessagePreparedStatementSetter requestPreparedStatementSetter) Set aMessagePreparedStatementSetter
for update query.