Class QuerydslKeyValuePredicateExecutor<T>

java.lang.Object
org.springframework.data.keyvalue.repository.support.QuerydslKeyValuePredicateExecutor<T>
All Implemented Interfaces:
ListQuerydslPredicateExecutor<T>, QuerydslPredicateExecutor<T>

public class QuerydslKeyValuePredicateExecutor<T> extends Object implements ListQuerydslPredicateExecutor<T>
QuerydslPredicateExecutor capable of applying Predicates using CollQuery.
Since:
2.6
Author:
Mark Paluch