- All Implemented Interfaces:
- org.hibernate.hql.ast.spi.predicate.NegatablePredicate<com.mongodb.DBObject>, org.hibernate.hql.ast.spi.predicate.ParentPredicate<com.mongodb.DBObject>, org.hibernate.hql.ast.spi.predicate.Predicate<com.mongodb.DBObject>
public class MongoDBConjunctionPredicate
extends org.hibernate.hql.ast.spi.predicate.ConjunctionPredicate<com.mongodb.DBObject>
implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<com.mongodb.DBObject>
MongoDB-based implementation of ConjunctionPredicate.
- Author:
- Gunnar Morling