Class DynamicParameterBinderFactory

java.lang.Object
org.springframework.data.jpa.repository.query.DynamicParameterBinderFactory

public class DynamicParameterBinderFactory extends Object
Factory for differently configured ParameterBinder.
Since:
2.x.1
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)