Class PredicateQueryEngine

java.lang.Object
org.springframework.data.keyvalue.core.QueryEngine<KeyValueAdapter,Predicate<?>,Comparator<?>>
org.springframework.data.keyvalue.core.PredicateQueryEngine

public class PredicateQueryEngine extends QueryEngine<KeyValueAdapter,Predicate<?>,Comparator<?>>
QueryEngine implementation specific for executing Predicate based KeyValueQuery against KeyValueAdapter.
Since:
3.3
Author:
Christoph Strobl