spring-data-jpa
spring-data-jpa copied to clipboard
Add `delete(Predicate)` to `QuerydslJpaPredicateExecutor`
Isolated addition of delete(…) so repositories using Querydsl could declare a delete(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.