How should I use the @NamedEntityGraph annotation with the Panache module in Quarkus? #35867
Unanswered
zyp461476492
asked this question in
Q&A
Replies: 1 comment
-
/cc @FroMage (panache), @loicmathieu (panache) |
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.
-
I understand that I can use the following code to use the defined @NamedEntityGraph, but how can I simplify it using Panache?
useless code
I saw code like this, but it cannot run and throws an exception.
and i find code like this:
Example code with hibernate
User
Role
query with EntityGraph
Beta Was this translation helpful? Give feedback.
All reactions