We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
delete(Predicate)
QuerydslJpaPredicateExecutor
Isolated addition of delete(…) so repositories using Querydsl could declare a delete(Predicate) method.
delete(…)
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.