Hibernate FetchProfile doesn't work on EAP 6?
Issue
I'm trying the overriding of a JPA FetchType.LAZY relationship using hibernate FetchProfile. Something doesn't work by me, although I think my example is configured following the hibernate docs.
In the example, I try to read an entity using activated FetchProfile on the Session, then detaching the entity and reading the relationship, but I see the usual LazyInitializationException.
Did I do something wrong with the fetch Profile?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.