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.core
Method parameters in org.springframework.integration.jpa.core with type arguments of type JpaParameterModifier and TypeMethodDescriptionvoid
JpaExecutor.setJpaParameters
(List<JpaParameter> jpaParameters) -
Uses of JpaParameter in org.springframework.integration.jpa.dsl
Methods 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.parametersource
Method parameters in org.springframework.integration.jpa.support.parametersource with type arguments of type JpaParameterModifier and TypeMethodDescriptionvoid
ExpressionEvaluatingParameterSourceFactory.setParameters
(List<JpaParameter> parameters) Define the (optional) parameter values.Constructor parameters in org.springframework.integration.jpa.support.parametersource with type arguments of type JpaParameterModifierConstructorDescriptionprotected
ExpressionEvaluatingParameterSource
(Object input, List<JpaParameter> parameters, org.springframework.integration.jpa.support.parametersource.ExpressionEvaluatingParameterSourceUtils.ParameterExpressionEvaluator expressionEvaluator)