Spring Integration

Uses of Interface
org.springframework.integration.jdbc.SqlParameterSourceFactory

Packages that use SqlParameterSourceFactory
org.springframework.integration.jdbc   
 

Uses of SqlParameterSourceFactory in org.springframework.integration.jdbc
 

Classes in org.springframework.integration.jdbc that implement SqlParameterSourceFactory
 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.
 

Methods in org.springframework.integration.jdbc with parameters of type SqlParameterSourceFactory
 void JdbcOutboundGateway.setReplySqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory)
           
 void JdbcOutboundGateway.setRequestSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory)
           
 void JdbcMessageHandler.setSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory)
           
 void JdbcPollingChannelAdapter.setUpdateSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.