Re: [hibernate-dev] multiLoad support

2016-07-26 Thread Sanne Grinovero
On 26 July 2016 at 16:44, Steve Ebersole wrote: > So what I ended up doing is: > > Add new MultiIdentifierLoadAccess#enableReturnOfDeletedEntities option > (default == false) > Add new MultiIdentifierLoadAccess#enableOrderedReturn option (default == > true) > Added Javadoc clarification to MultiId

Re: [hibernate-dev] multiLoad support

2016-07-26 Thread Steve Ebersole
So what I ended up doing is: 1. Add new MultiIdentifierLoadAccess#enableReturnOfDeletedEntities option (default == false) 2. Add new MultiIdentifierLoadAccess#enableOrderedReturn option (default == true) 3. Added Javadoc clarification to MultiIdentifierLoadAccess#multiLoad to see

Re: [hibernate-dev] multiLoad support

2016-07-25 Thread Sanne Grinovero
On 25 July 2016 at 19:55, Steve Ebersole wrote: > See inline... > > > On Mon, Jul 25, 2016 at 1:06 PM Sanne Grinovero wrote: >> >> some comments inline: >> >> On 25 July 2016 at 18:27, Steve Ebersole wrote: >> > I wanted to start a consolidated discussion about multi-load support. >> > This >> >

Re: [hibernate-dev] multiLoad support

2016-07-25 Thread Steve Ebersole
See inline... On Mon, Jul 25, 2016 at 1:06 PM Sanne Grinovero wrote: > some comments inline: > > On 25 July 2016 at 18:27, Steve Ebersole wrote: > > I wanted to start a consolidated discussion about multi-load support. > This > > relates to a few Jiras, questioning a few different aspects of i

Re: [hibernate-dev] multiLoad support

2016-07-25 Thread Sanne Grinovero
some comments inline: On 25 July 2016 at 18:27, Steve Ebersole wrote: > I wanted to start a consolidated discussion about multi-load support. This > relates to a few Jiras, questioning a few different aspects of its current > behavior: > > https://hibernate.atlassian.net/browse/HHH-10984 > https

Re: [hibernate-dev] multiLoad support

2016-07-25 Thread andrea boriero
On 25 Jul 2016 19:29, "Steve Ebersole" wrote: > > I wanted to start a consolidated discussion about multi-load support. This > relates to a few Jiras, questioning a few different aspects of its current > behavior: > > https://hibernate.atlassian.net/browse/HHH-10984 > https://hibernate.atlassian.n

[hibernate-dev] multiLoad support

2016-07-25 Thread Steve Ebersole
I wanted to start a consolidated discussion about multi-load support. This relates to a few Jiras, questioning a few different aspects of its current behavior: https://hibernate.atlassian.net/browse/HHH-10984 https://hibernate.atlassian.net/browse/HHH-10617 Basically this comes down to the follo