Class CachingKeyValuePartTreeQuery

java.lang.Object
org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery
org.springframework.data.keyvalue.repository.query.CachingKeyValuePartTreeQuery
All Implemented Interfaces:
org.springframework.data.repository.query.RepositoryQuery

public class CachingKeyValuePartTreeQuery extends KeyValuePartTreeQuery
KeyValuePartTreeQuery implementation deriving queries from PartTree using a predefined AbstractQueryCreator that caches the once created query.
Since:
1.1
Author:
Christoph Strobl, Mark Paluch
  • Constructor Details

    • CachingKeyValuePartTreeQuery

      public CachingKeyValuePartTreeQuery(org.springframework.data.repository.query.QueryMethod queryMethod, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider, KeyValueOperations keyValueOperations, Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator)
  • Method Details