Class ReactiveQuerydslMongoPredicateExecutor<T>

java.lang.Object
org.springframework.data.mongodb.repository.support.ReactiveQuerydslMongoPredicateExecutor<T>
All Implemented Interfaces:
ReactiveQuerydslPredicateExecutor<T>

public class ReactiveQuerydslMongoPredicateExecutor<T> extends Object implements ReactiveQuerydslPredicateExecutor<T>
MongoDB-specific QuerydslPredicateExecutor that allows execution Predicates in various forms.
Since:
2.2
Author:
Mark Paluch, Christoph Strobl