Interface KeyValuePartTreeQuery.QueryCreatorFactory<T extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>>

Enclosing class:
KeyValuePartTreeQuery

public static interface KeyValuePartTreeQuery.QueryCreatorFactory<T extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>>
Factory class for obtaining AbstractQueryCreator instances for a given PartTree and ParameterAccessor.
Since:
2.0
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    queryCreatorFor(org.springframework.data.repository.query.parser.PartTree partTree, org.springframework.data.repository.query.ParameterAccessor accessor)
     
  • Method Details

    • queryCreatorFor

      T queryCreatorFor(org.springframework.data.repository.query.parser.PartTree partTree, org.springframework.data.repository.query.ParameterAccessor accessor)