JPA Methodin jakarta.persistence.criteria.Predicateboolean 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 predicateSince:JPA 2.0