spring-data-jpa icon indicating copy to clipboard operation
spring-data-jpa copied to clipboard

Add `delete(Predicate)` to `QuerydslJpaPredicateExecutor`

Open mp911de opened this issue 8 months ago • 0 comments

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.

mp911de avatar May 09 '25 12:05 mp911de