Class CachingKeyValuePartTreeQuery

java.lang.Object
org.springframework.data.keyvalue.repository.query.KeyValuePartTreeQuery
org.springframework.data.keyvalue.repository.query.CachingKeyValuePartTreeQuery
All Implemented Interfaces:
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