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.
Java DSL classes for JDBC module.
Inbound channel adapters for JDBC.
Outbound channel adapters for JDBC.
-
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 (or map keys) 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
StoredProcExecutor.setSqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) Provides the ability to set a customSqlParameterSourceFactory
. -
Uses of SqlParameterSourceFactory in org.springframework.integration.jdbc.dsl
Methods in org.springframework.integration.jdbc.dsl with parameters of type SqlParameterSourceFactoryModifier and TypeMethodDescriptionJdbcOutboundGatewaySpec.replySqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) JdbcOutboundGatewaySpec.requestSqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) JdbcOutboundChannelAdapterSpec.sqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) StoredProcExecutorSpec.sqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) JdbcInboundChannelAdapterSpec.updateSqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) -
Uses of SqlParameterSourceFactory in org.springframework.integration.jdbc.inbound
Methods in org.springframework.integration.jdbc.inbound with parameters of type SqlParameterSourceFactoryModifier and TypeMethodDescriptionvoid
JdbcPollingChannelAdapter.setUpdateSqlParameterSourceFactory
(SqlParameterSourceFactory sqlParameterSourceFactory) Set anSqlParameterSourceFactory
for update query. -
Uses of SqlParameterSourceFactory in org.springframework.integration.jdbc.outbound
Methods in org.springframework.integration.jdbc.outbound 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
.