JPA Method
in jakarta.persistence.criteria.Predicate

boolean isNegated()


Whether the predicate has been created from another predicate by applying not() or by calling not().
Return:
boolean indicating if the predicate is a negated predicate
Since:
JPA 2.0