Hibernate Tips: How to avoid Hibernate’s MultipleBagFetchException
Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question for a future Hibernate Tip, please leave a comment below. Question: You explained that I should use a JOIN FETCH clause to initialize all associations of my entity that I…