Class PersistentPropertyUnaryPredicate<T>

Type Parameters:
T - The property type
All Implemented Interfaces:
IExpression<Boolean>, 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
  • Constructor Details

  • Method Details

    • getOp

      public PredicateUnaryOp getOp()
    • not

      public jakarta.persistence.criteria.Predicate not()
      Specified by:
      not in interface jakarta.persistence.criteria.Predicate
      Overrides:
      not in class AbstractPredicate
    • visitPredicate

      public void visitPredicate(PredicateVisitor predicateVisitor)
      Description copied from interface: IPredicate
      Visit predicate.
      Parameters:
      predicateVisitor - The visitor
    • toString

      public String toString()
      Overrides:
      toString in class Object