Uses of Class
org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
-
Packages that use AbstractNegatableSqmPredicate Package Description org.hibernate.query.sqm.tree.predicate Nodes representing logical predicates in the SQM tree. -
-
Uses of AbstractNegatableSqmPredicate in org.hibernate.query.sqm.tree.predicate
Subclasses of AbstractNegatableSqmPredicate in org.hibernate.query.sqm.tree.predicate Modifier and Type Class Description classSqmBetweenPredicateclassSqmBooleanExpressionPredicateRepresents an expression whose type is boolean, and can therefore be used as a predicate.classSqmComparisonPredicateclassSqmEmptinessPredicateclassSqmExistsPredicateclassSqmInListPredicate<T>classSqmInSubQueryPredicate<T>classSqmLikePredicateclassSqmMemberOfPredicateclassSqmNegatedPredicateclassSqmNullnessPredicate
-