@Basic(fetch = FetchType.LAZY) @Lob with @EntityGraph is not eager fetched #32117
Unanswered
luca-bassoricci
asked this question in
Q&A
Replies: 0 comments
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.
-
does works as expected (
json
andlog
are loaded with lazy with an extra query).Applying an entitygraph:
json
andlog
are not included in main select and are always read using +1 select.I tried adding
quarkus.hibernate-orm.unsupported-properties."hibernate.bytecode.allow_enhancement_as_proxy"=true
inapplication.properties
asin
pom.xml
but unsuccessfully.Any advice?
Beta Was this translation helpful? Give feedback.
All reactions