Replies: 2 comments
-
I believe @FroMage looked at it at some point. Best if he comments on the current state of things. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, it exists, it's a compatibility layer on top of Spring Data that translate named method to Panache Queries and use Hibernate ORM with Panache, see https://quarkus.io/guides/spring-data-jpa For question about it, @geoand is your man ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i'm new to quarkus and i'd like to see something like the old good spring data facility that turns fairly named methods to jpa queries at runtime. Is there anything in place? I think it may pose some extra challenge to bring it also to native implementations but it might be possible to convert method names to panache queries or simply plain jql.
Is anybody working on it? if not, would it be useful?
Beta Was this translation helpful? Give feedback.
All reactions