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 DefaultSqlParameterSourceFactory
          A default implementation of SqlParameterSourceFactory which creates an SqlParameterSource according to the type of the data passed in.
 

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


Spring Integration

Copyright © 2010. All Rights Reserved.