T
- The property type@Internal public final class PersistentPropertyBinaryPredicate<T> extends AbstractPersistentPropertyPredicate<T>
persistentPropertyPath
Constructor and Description |
---|
PersistentPropertyBinaryPredicate(PersistentPropertyPath<T> persistentPropertyPath,
jakarta.persistence.criteria.Expression<?> expression,
PredicateBinaryOp op) |
Modifier and Type | Method and Description |
---|---|
void |
accept(PredicateVisitor predicateVisitor) |
jakarta.persistence.criteria.Expression<?> |
getExpression() |
PredicateBinaryOp |
getOp() |
jakarta.persistence.criteria.Predicate |
not() |
java.lang.String |
toString() |
getProperty, getPropertyPath
accept, getAlias, getExpressions, getJavaType, getOperator, isNegated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isBoolean, isNumeric
as, in, in, in, in, isNotNull, isNull
alias, getCompoundSelectionItems, isCompoundSelection
public PersistentPropertyBinaryPredicate(PersistentPropertyPath<T> persistentPropertyPath, jakarta.persistence.criteria.Expression<?> expression, PredicateBinaryOp op)
public PredicateBinaryOp getOp()
public jakarta.persistence.criteria.Predicate not()
not
in interface jakarta.persistence.criteria.Predicate
not
in class AbstractPredicate
public jakarta.persistence.criteria.Expression<?> getExpression()
public void accept(PredicateVisitor predicateVisitor)
public java.lang.String toString()
toString
in class java.lang.Object