Uses of Class
org.springframework.integration.jpa.support.JpaParameter
Packages that use JpaParameter
Package
Description
Provides core classes of the JPA module.
Provides JPA Components support for Java DSL.
Provides generic support for ParameterSources and ParameterSource Factories.
- 
Uses of JpaParameter in org.springframework.integration.jpa.coreMethod parameters in org.springframework.integration.jpa.core with type arguments of type JpaParameterModifier and TypeMethodDescriptionvoidJpaExecutor.setJpaParameters(List<JpaParameter> jpaParameters) 
- 
Uses of JpaParameter in org.springframework.integration.jpa.dslMethods in org.springframework.integration.jpa.dsl with parameters of type JpaParameterModifier and TypeMethodDescriptionJpaBaseOutboundEndpointSpec.parameter(JpaParameter jpaParameter) 
- 
Uses of JpaParameter in org.springframework.integration.jpa.support.parametersourceMethod parameters in org.springframework.integration.jpa.support.parametersource with type arguments of type JpaParameterModifier and TypeMethodDescriptionvoidExpressionEvaluatingParameterSourceFactory.setParameters(List<JpaParameter> parameters) Define the (optional) parameter values.Constructor parameters in org.springframework.integration.jpa.support.parametersource with type arguments of type JpaParameterModifierConstructorDescriptionprotectedExpressionEvaluatingParameterSource(Object input, List<JpaParameter> parameters, org.springframework.integration.jpa.support.parametersource.ExpressionEvaluatingParameterSourceUtils.ParameterExpressionEvaluator expressionEvaluator)