Class QuerydslCouchbasePredicateExecutor<T>

java.lang.Object
org.springframework.data.couchbase.repository.support.QuerydslPredicateExecutorSupport<T>
org.springframework.data.couchbase.repository.support.QuerydslCouchbasePredicateExecutor<T>
All Implemented Interfaces:
QuerydslPredicateExecutor<T>

public class QuerydslCouchbasePredicateExecutor<T> extends QuerydslPredicateExecutorSupport<T> implements QuerydslPredicateExecutor<T>
Couchbase-specific QuerydslPredicateExecutor that allows execution Predicates in various forms.
Since:
5.0
Author:
Michael Reiche