Class BeanPropertySqlParameterSourceFactory

java.lang.Object
org.springframework.integration.jdbc.BeanPropertySqlParameterSourceFactory
All Implemented Interfaces:
SqlParameterSourceFactory

public class BeanPropertySqlParameterSourceFactory
extends Object
implements SqlParameterSourceFactory
A default implementation of SqlParameterSourceFactory which creates an SqlParameterSource to reference bean properties in its input.
Since:
2.0
Author:
Dave Syer, Gary Russell