Class DynamicParameterBinderFactory
java.lang.Object
org.springframework.data.jpa.repository.query.DynamicParameterBinderFactory
Factory for differently configured
ParameterBinder.- Since:
- 2.x.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.repository.query.ParameterBindercreateQueryAwareBinder(org.springframework.data.jpa.repository.query.JpaParameters parameters, org.springframework.data.jpa.repository.query.DeclaredQuery query, org.springframework.expression.spel.standard.SpelExpressionParser parser, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider)
-
Constructor Details
-
DynamicParameterBinderFactory
public DynamicParameterBinderFactory()
-
-
Method Details
-
createQueryAwareBinder
public static org.springframework.data.jpa.repository.query.ParameterBinder createQueryAwareBinder(org.springframework.data.jpa.repository.query.JpaParameters parameters, org.springframework.data.jpa.repository.query.DeclaredQuery query, org.springframework.expression.spel.standard.SpelExpressionParser parser, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider)
-