Community

Your 2 best options to fix Hibernate’s MultipleBagFetchException

(Thorben Janssen) You probably learned that you should use FetchType.LAZY for all of your associations. It ensures that Hibernate initializes an association when you use it and doesn’t spend any time getting data you don’t need.