Class PersistentPropertyUnaryPredicate<T>

Type Parameters:
T - The property type
All Implemented Interfaces:
IExpression<Boolean>, PredicateVisitable, SelectionVisitable, IPredicate, ISelection<Boolean>, jakarta.persistence.criteria.Expression<Boolean>, jakarta.persistence.criteria.Predicate, jakarta.persistence.criteria.Selection<Boolean>, jakarta.persistence.TupleElement<Boolean>

@Internal public final class PersistentPropertyUnaryPredicate<T> extends AbstractPersistentPropertyPredicate<T>
The property unary operation predicate implementation.
Since:
3.2
Author:
Denis Stepanov