Hi guys, Has anybody else ever encountered the problem where @OneToMany(fetch=FetchType.LAZY) is returning null when the collection is retrieved, but works correctly after an explicit LEFT FETCH JOIN query?
The fact that the LEFT FETCH JOIN works means that my setup can't be too badly messed up... I am at a loss as to how to proceed here. Thanks in advance for any help, -Marc
