Hibernate throws this exception during SessionFactory creation:
org.hibernate.loader.MultipleBagFetchException: cannot simultaneously fetch multiple b
Commenting both Fetch and LazyCollection sometimes helps to run project.
Fetch
LazyCollection
@Fetch(FetchMode.JOIN) @LazyCollection(LazyCollectionOption.FALSE)