Package org.springframework.integration.jpa.support.parametersource
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.
-
Interface Summary Interface Description ParameterSource ParameterSourceFactory PositionSupportingParameterSource -
Class Summary Class Description BeanPropertyParameterSource BeanPropertyParameterSourceFactory ExpressionEvaluatingParameterSourceFactory A SpEL expression basedParameterSourceFactory
implementation.