Skip to content

Add delete(Predicate) to QuerydslJpaPredicateExecutor #3878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 0 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented May 9, 2025

We now define a delete method to remove entities using a Querydsl Predicate and return the count of deleted elements.

Closes #3877

@mp911de mp911de added the type: enhancement A general enhancement label May 9, 2025
@mp911de mp911de linked an issue May 9, 2025 that may be closed by this pull request
@mp911de mp911de force-pushed the 4.0.x branch 2 times, most recently from 7a6c820 to e753a5d Compare May 15, 2025 08:01
@mp911de mp911de deleted the branch 4.0.x May 16, 2025 12:17
@mp911de mp911de closed this May 16, 2025
@mp911de mp911de added this to the 4.0 M4 (2025.1.0) milestone Jul 10, 2025
mp911de added a commit that referenced this pull request Jul 10, 2025
We now define a delete method to remove entities by a Querydsl Predicate and return the count of deleted elements.

Original pull request: #3878
Closes #3877
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add delete(Predicate) to QuerydslJpaPredicateExecutor
1 participant