- All Implemented Interfaces:
- org.hibernate.hql.ast.spi.predicate.NegatablePredicate<org.bson.Document>, org.hibernate.hql.ast.spi.predicate.ParentPredicate<org.bson.Document>, org.hibernate.hql.ast.spi.predicate.Predicate<org.bson.Document>
public class MongoDBDisjunctionPredicate
extends org.hibernate.hql.ast.spi.predicate.DisjunctionPredicate<org.bson.Document>
implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<org.bson.Document>
MongoDB-based implementation of DisjunctionPredicate.
- Author:
- Gunnar Morling