Class SqmBooleanExpressionPredicate

All Implemented Interfaces:
Expression<Boolean>, Predicate, Selection<Boolean>, TupleElement<Boolean>, Serializable, JpaCriteriaNode, JpaExpression<Boolean>, JpaPredicate, JpaSelection<Boolean>, JpaTupleElement<Boolean>, SqmExpression<Boolean>, SqmNegatablePredicate, SqmPredicate, SqmSelectableNode<Boolean>, SqmExpressibleAccessor<Boolean>, SqmNode, SqmTypedNode<Boolean>, SqmVisitableNode

public class SqmBooleanExpressionPredicate extends AbstractNegatableSqmPredicate
Represents an expression whose type is boolean, and can therefore be used as a predicate. E.g. `from Employee e where e.isActive`
See Also: