You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param query can be {@literal null} to allow overrides that accept {@link jakarta.persistence.criteria.CriteriaDelete} which is an {@link jakarta.persistence.criteria.AbstractQuery} but no {@link CriteriaQuery}.
111
+
* @param query can be {@literal null} to allow overrides that accept
112
+
* {@link jakarta.persistence.criteria.CriteriaDelete} which is an
113
+
* {@link jakarta.persistence.criteria.AbstractQuery} but no {@link CriteriaQuery}.
108
114
* @param criteriaBuilder must not be {@literal null}.
109
115
* @return a {@link Predicate}, may be {@literal null}.
0 commit comments