Class Hierarchy
- java.lang.Object
- org.hibernate.hql.ast.spi.predicate.AbstractPredicate<Q> (implements org.hibernate.hql.ast.spi.predicate.Predicate<Q>)
- org.hibernate.hql.ast.spi.predicate.ComparisonPredicate<Q>
- org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBComparisonPredicate (implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<Q>)
- org.hibernate.hql.ast.spi.predicate.ConjunctionPredicate<Q> (implements org.hibernate.hql.ast.spi.predicate.ParentPredicate<Q>)
- org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBConjunctionPredicate (implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<Q>)
- org.hibernate.hql.ast.spi.predicate.DisjunctionPredicate<Q> (implements org.hibernate.hql.ast.spi.predicate.ParentPredicate<Q>)
- org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBDisjunctionPredicate (implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<Q>)
- org.hibernate.hql.ast.spi.predicate.InPredicate<Q>
- org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBInPredicate (implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<Q>)
- org.hibernate.hql.ast.spi.predicate.IsNullPredicate<Q>
- org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBIsNullPredicate (implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<Q>)
- org.hibernate.hql.ast.spi.predicate.LikePredicate<Q>
- org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBLikePredicate (implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<Q>)
- org.hibernate.hql.ast.spi.predicate.NegationPredicate<Q> (implements org.hibernate.hql.ast.spi.predicate.ParentPredicate<Q>)
- org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBNegationPredicate (implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<Q>)
- org.hibernate.hql.ast.spi.predicate.RangePredicate<Q>
- org.hibernate.ogm.datastore.mongodb.query.parsing.predicate.impl.MongoDBRangePredicate (implements org.hibernate.hql.ast.spi.predicate.NegatablePredicate<Q>)
- org.hibernate.hql.ast.spi.predicate.RootPredicate<Q> (implements org.hibernate.hql.ast.spi.predicate.ParentPredicate<Q>)
Copyright © 2010–2017 Hibernate. All rights reserved.