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, 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 PersistentPropertyUnaryPredicate(PersistentPropertyPath<T> persistentPropertyPath, PredicateUnaryOp op)
public PredicateUnaryOp getOp()
public jakarta.persistence.criteria.Predicate not()
not
in interface jakarta.persistence.criteria.Predicate
not
in class AbstractPredicate
public void accept(PredicateVisitor predicateVisitor)
public java.lang.String toString()
toString
in class java.lang.Object