T - The property typepublic final class PersistentPropertyUnaryPredicate<T> extends AbstractPersistentPropertyPredicate<T>
persistentPropertyPath| Constructor and Description |
|---|
PersistentPropertyUnaryPredicate(PersistentPropertyPath<T> persistentPropertyPath,
PredicateUnaryOp op) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PredicateVisitor predicateVisitor) |
PredicateUnaryOp |
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 PersistentPropertyUnaryPredicate(PersistentPropertyPath<T> persistentPropertyPath, PredicateUnaryOp op)
public PredicateUnaryOp getOp()
public jakarta.persistence.criteria.Predicate not()
not in interface jakarta.persistence.criteria.Predicatenot in class AbstractPredicatepublic void accept(PredicateVisitor predicateVisitor)
public java.lang.String toString()
toString in class java.lang.Object