Uses of Interface
org.springframework.integration.jdbc.SqlParameterSourceFactory
Package
Description
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
-
Uses of SqlParameterSourceFactory in org.springframework.integration.jdbc
Modifier and TypeClassDescriptionclass
A default implementation ofSqlParameterSourceFactory
which creates anSqlParameterSource
to reference bean properties in its input.class
An implementation ofSqlParameterSourceFactory
which creates anSqlParameterSource
that evaluates Spring EL expressions.Modifier and TypeMethodDescriptionvoid
JdbcOutboundGateway.setReplySqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) /** Set aSqlParameterSourceFactory
for select query.void
JdbcOutboundGateway.setRequestSqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) Set aSqlParameterSourceFactory
for update query.void
JdbcMessageHandler.setSqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) Configure anSqlParameterSourceFactory
.void
StoredProcExecutor.setSqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) Provides the ability to set a customSqlParameterSourceFactory
.void
JdbcPollingChannelAdapter.setUpdateSqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) Set anSqlParameterSourceFactory
for update query.