Regarding the MultipleBagFetchException, that's only partially true. You'd get that if using multiple "bags" which is a Hibernate-specific Collection type (beyond JPA). It's a collection that is unordered and allows duplicates. So that would tell me you had List and no @OrderColumn specified.
|