Class QuerydslMongoPredicateExecutor<T>

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

public class QuerydslMongoPredicateExecutor<T> extends Object implements QuerydslPredicateExecutor<T>
MongoDB-specific QuerydslPredicateExecutor that allows execution Predicates in various forms.
Since:
2.0
Author:
Oliver Gierke, Thomas Darimont, Mark Paluch, Christoph Strobl, Mark Paluch