Is it possible to fetch the associated entities using hibernate, and panache without calling join fetch
Here I read it should be possible using the NamedEntityGraph
, but when the graph gets passed as param to say panache list(queryString, params)
with the key being jakarta.persistence.fetchgraph
it throws with unexpected param error.
Different behavior generating related entities using panache with hibernate
I have 3 tables having a one-to-many relationship with one another: