Re: [hibernate-dev] Property#isLazy

2019-09-03 Thread Steve Ebersole
Do you have an example where this is actually a problem? On Mon, Sep 2, 2019 at 8:01 PM Gail Badner wrote: > HHH-11147 changed Property#isLazy as shown in [1]. > > The part that concerns me is: > > + // For a many-to-one, this is always false. Whether the > + // association is EAGER, PROXY or N

[hibernate-dev] Property#isLazy

2019-09-02 Thread Gail Badner
HHH-11147 changed Property#isLazy as shown in [1]. The part that concerns me is: + // For a many-to-one, this is always false. Whether the + // association is EAGER, PROXY or NO-PROXY we want the fk + // selected + return false; I don't think this is correct when enhancement-as-proxy is disable