Skip to content

How to create and use a PanacheEntity class in Quarkus Extension? #47672

Answered by FroMage
skku-daniilkim asked this question in Q&A
Discussion options

You must be logged in to vote

Your extension runtime should be indexed. See https://stackoverflow.com/a/55513723/56994 for how to make sure your runtime is indexed.

Once it's indexed, your classes which use the entities via field access will be found and enhanced by PanacheHibernateCommonResourceProcessor.replaceFieldAccesses().

Let me know if that helps?

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@skku-daniilkim
Comment options

@FroMage
Comment options

FroMage May 5, 2025
Collaborator

Answer selected by skku-daniilkim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants