Class PersistentPropertyBinaryPredicate<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 PersistentPropertyBinaryPredicate<T> extends AbstractPersistentPropertyPredicate<T>
The property binary operation predicate implementation.
Since:
3.2
Author:
Denis Stepanov
  • Constructor Details

    • PersistentPropertyBinaryPredicate

      public PersistentPropertyBinaryPredicate(PersistentPropertyPath<T> persistentPropertyPath, jakarta.persistence.criteria.Expression<?> expression, PredicateBinaryOp op)
  • Method Details

    • getOp

      public PredicateBinaryOp getOp()
    • not

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

      public jakarta.persistence.criteria.Expression<?> getExpression()
    • accept

      public void accept(PredicateVisitor predicateVisitor)
    • toString

      public String toString()
      Overrides:
      toString in class Object