-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Delete by Predicate [DATAJPA-954] #1305
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
Comments
Nikita Mishchenko commented Could you provide(specify) more info about this idea? |
Lovro Pandžić commented Currently it is not possible to specify delete in statically typed way with Spring Data JPA and this is a pretty common use case. Example usage:
|
Nikita Mishchenko commented Should work as expected |
Jens Schauder commented The PR references a A generic delete method of this kind, i.e. one that is part of an interface in SD Commons should
As a work around one could always use the existing find methods and delete the result. This is nothing we would currently invest time in, but if someone wants to create a new PR I'm willing to merge it |
Lovro Pandžić commented Can you please explain why there was no response to this issue and PR by maintainers for over 2 years? |
Jens Schauder commented Lovro Pandžić Because no one found time to do it. |
Lovro Pandžić commented I suspected as much but I wanted confirmation. I find it concerning that someone invested their private time into a PR and then it's just discarded like this 2 years after. Feel free to close this issue as I have developed an alternative for my case quite some time ago |
Lovro Pandžić opened DATAJPA-954 and commented
Add support for delete by Predicate (Querydsl)
Issue Links:
("depends on")
Referenced from: pull request #184
1 votes, 4 watchers
The text was updated successfully, but these errors were encountered: