Uses of Interface
org.springframework.integration.jdbc.SqlParameterSourceFactory
Packages that use 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
Classes in org.springframework.integration.jdbc that implement SqlParameterSourceFactoryModifier 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.Methods in org.springframework.integration.jdbc with parameters of type SqlParameterSourceFactoryModifier 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.