-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add Support of Spring Data JPA specific JpaSpecificationExecutor #4040
Comments
We have made it clear that not everything from Spring Data will work on Quarkus. |
Some like the purpose I described in issue #4016 and #3965.
Many developers are practicing Typesafe query instead of string based query in development.eg. QueryDSL, JPA Criteria, JOOQ etc. |
Thanks for the info. When we have a general strategy around how Panache will handle such |
@geoand Micronaut Data ports this |
@geoand I suppose it is still nowhere near to be supported, right? Although it would be nice 🙂 |
@Michael-AT-Corporation correct. We are likely to figure out the type-safe query strategy soon (cc @FroMage). |
@geoand Thanks for the info and for updating the documentation 🙂 |
🙏🏼 |
We are adding type-safe queries, but using HQL, not specifications. However thanks for the point, I've noted the use-case. |
Add a note about JpaSpecificationExecutor not being supported
Relates to: quarkusio#4040 (cherry picked from commit b4674b4)
@geoand @FroMage @hantsy This allows us to write more convenient、dynamic and typed JPQL。 |
Quarkus 0.22.0
I just tried Spring Data JPA feature, the first limitation is JpaSpecificationExecutor does not work.
https://github.com/hantsy/quarkus-sample/tree/master/spring-post-service
The text was updated successfully, but these errors were encountered: