org.springframework.integration.jdbc
Interface SqlParameterSourceFactory

All Known Implementing Classes:
DefaultSqlParameterSourceFactory

public interface SqlParameterSourceFactory

Collaborator for JdbcPollingChannelAdapter which allows creation of instances of SqlParameterSource for use in updates to be created according to the result of the poll.

Since:
2.0
Author:
Jonas Partner

Method Summary
 org.springframework.jdbc.core.namedparam.SqlParameterSource createParameterSource(java.lang.Object resultOfSelect)
          Return a new SqlParameterSource.
 

Method Detail

createParameterSource

org.springframework.jdbc.core.namedparam.SqlParameterSource createParameterSource(java.lang.Object resultOfSelect)
Return a new SqlParameterSource.

Parameters:
pollResult - the result of the preceding poll operation