Re: [hibernate-dev] HHH-11155 : problems updating lazy properties in lazy groups

2016-11-03 Thread Steve Ebersole
Just be sure to consider custom SQL for loading and updates as it will affect many of the things discussed here. On Wed, Nov 2, 2016 at 8:49 AM Steve Ebersole wrote: > It looks like I only adjusted the reading of values (SELECT) for > fetch-groups. > > Updates should only consider initialized a

Re: [hibernate-dev] HHH-11155 : problems updating lazy properties in lazy groups

2016-11-02 Thread Steve Ebersole
It looks like I only adjusted the reading of values (SELECT) for fetch-groups. Updates should only consider initialized attributes. I had assumed that was already the case. The same is probably true for property-based optimistic locking as well. We should verify that feature as well On Wed, Oc