Uses of Enum Class
jakarta.persistence.criteria.Predicate.BooleanOperator
Packages that use Predicate.BooleanOperator
Package
Description
Jakarta Persistence Criteria API
Nodes representing logical predicates in the SQM tree.
-
Uses of Predicate.BooleanOperator in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return Predicate.BooleanOperatorModifier and TypeMethodDescriptionPredicate.getOperator()Return the boolean operator for the predicate.static Predicate.BooleanOperatorReturns the enum constant of this class with the specified name.static Predicate.BooleanOperator[]Predicate.BooleanOperator.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Predicate.BooleanOperator in org.hibernate.query.sqm.tree.predicate
Methods in org.hibernate.query.sqm.tree.predicate that return Predicate.BooleanOperatorModifier and TypeMethodDescriptionAbstractSqmPredicate.getOperator()SqmJunctionPredicate.getOperator()Constructors in org.hibernate.query.sqm.tree.predicate with parameters of type Predicate.BooleanOperatorModifierConstructorDescriptionSqmJunctionPredicate(Predicate.BooleanOperator booleanOperator, List<SqmPredicate> predicates, NodeBuilder nodeBuilder) SqmJunctionPredicate(Predicate.BooleanOperator booleanOperator, SqmPredicate leftHandPredicate, SqmPredicate rightHandPredicate, NodeBuilder nodeBuilder)