Spring Integration

Package org.springframework.integration.jpa.support.parametersource

Provides generic support for ParameterSources and ParameterSource Factories.

See:
          Description

Interface Summary
ParameterSource  
ParameterSourceFactory  
PositionSupportingParameterSource  
 

Class Summary
BeanPropertyParameterSource  
BeanPropertyParameterSourceFactory  
ExpressionEvaluatingParameterSourceFactory  
 

Package org.springframework.integration.jpa.support.parametersource Description

Provides generic support for ParameterSources and ParameterSource Factories. This classes are modeled after the equivalent classes in the JDBC Module. However, the provided classes here do not have any SQL or JPA specific dependencies.


Spring Integration