Package org.hibernate.query.sqm.tree.predicate
Nodes representing logical predicates in the SQM tree.
-
Interface Summary Interface Description SqmInPredicate<T> SqmNegatablePredicate Contract for predicates that have a negated form, e.g.SqmPredicate SqmWhereClauseContainer Unified contract for things that can contain a SqmWhereClause. -
Class Summary Class Description AbstractNegatableSqmPredicate AbstractSqmPredicate SqmBetweenPredicate SqmBooleanExpressionPredicate Represents an expression whose type is boolean, and can therefore be used as a predicate.SqmComparisonPredicate SqmEmptinessPredicate SqmExistsPredicate SqmGroupedPredicate SqmInListPredicate<T> SqmInSubQueryPredicate<T> SqmJunctionPredicate SqmLikePredicate SqmMemberOfPredicate SqmNegatedPredicate SqmNullnessPredicate SqmWhereClause