Package org.hibernate.query.sqm.tree.predicate
package org.hibernate.query.sqm.tree.predicate
Nodes representing logical predicates in the SQM tree.
-
ClassDescriptionRepresents an expression whose type is boolean, and can therefore be used as a predicate.Contract for predicates that have a negated form, e.g.A grouping of predicates, such as a where-clause, join restriction, ...Unified contract for things that can contain a SqmWhereClause.