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, getPropertyPathaccept, getAlias, getExpressions, getJavaType, getOperator, isNegatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisBoolean, isNumericas, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, isCompoundSelectionpublic 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.Predicatenot in class AbstractPredicatepublic jakarta.persistence.criteria.Expression<?> getExpression()
public void accept(PredicateVisitor predicateVisitor)
public java.lang.String toString()
toString in class java.lang.Object