Package | Description |
---|---|
org.springframework.integration.jdbc |
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanPropertySqlParameterSourceFactory
A default implementation of
SqlParameterSourceFactory which creates an SqlParameterSource to
reference bean properties in its input. |
class |
ExpressionEvaluatingSqlParameterSourceFactory
An implementation of
SqlParameterSourceFactory which creates an SqlParameterSource that evaluates
Spring EL expressions. |
Modifier and Type | Method and Description |
---|---|
void |
JdbcOutboundGateway.setReplySqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) |
void |
JdbcOutboundGateway.setRequestSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) |
void |
JdbcMessageHandler.setSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) |
void |
StoredProcExecutor.setSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory)
Provides the ability to set a custom
SqlParameterSourceFactory . |
void |
JdbcPollingChannelAdapter.setUpdateSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) |
Copyright © 2017. All rights reserved.