org.springframework.integration.jdbc
Interface SqlParameterSourceFactory
- All Known Implementing Classes:
- BeanPropertySqlParameterSourceFactory, ExpressionEvaluatingSqlParameterSourceFactory
public interface SqlParameterSourceFactory
Collaborator for JDBC adapters which allows creation of
instances of SqlParameterSource
for use in update operations.
- Since:
- 2.0
- Author:
- Jonas Partner
Method Summary |
org.springframework.jdbc.core.namedparam.SqlParameterSource |
createParameterSource(java.lang.Object input)
Return a new SqlParameterSource . |
createParameterSource
org.springframework.jdbc.core.namedparam.SqlParameterSource createParameterSource(java.lang.Object input)
- Return a new
SqlParameterSource
.
- Parameters:
input
- the raw message or query result to be transformed into a SqlParameterSource