[hibernate-dev] Re: FetchMode.SELECT

2021-01-13 Thread Gail Badner
OK, thanks for the feedback! I've created HHH-14405 for fixing the documentation. I've set the fix version for both HHH-14390 and HHH-14405 to

[hibernate-dev] Re: FetchMode.SELECT

2021-01-13 Thread Sanne Grinovero
On Tue, 12 Jan 2021 at 08:31, andrea boriero wrote: > > I agree with Christian, the FetchMode should only influence the how and not > the when of a fetch. > > If the association is EAGER and annotated with FetchMode.SELECT then it > should be loaded immediately using a secondary select. +1 How