Add delete(Predicate)
to QuerydslJpaPredicateExecutor
#3877
Labels
type: enhancement
A general enhancement
Isolated addition of
delete(…)
so repositories using Querydsl could declare adelete(Predicate)
method.See also #2786 and #1305
While we don't want to generally expose a delete method, we still enable users that want to opt-in to deletion.
The text was updated successfully, but these errors were encountered: