[hibernate-dev] [OGM] Removing row keys from associations

2014-08-27 Thread Gunnar Morling
Hi Emmanuel, Is there any legitimate case where Association#remove(RowKey) is invoked for a key which is not present in that specific association instance? Or would this indicate some programming error? Thanks, --Gunnar ___ hibernate-dev mailing list h

Re: [hibernate-dev] [OGM] Removing row keys from associations

2014-08-27 Thread Sanne Grinovero
On 27 August 2014 21:40, Gunnar Morling wrote: > Hi Emmanuel, > > Is there any legitimate case where Association#remove(RowKey) is invoked > for a key which is not present in that specific association instance? Or > would this indicate some programming error? If the datastore supports eventual co

Re: [hibernate-dev] Compatibility Considerations wiki

2014-08-27 Thread Steve Ebersole
You have to admit that moving everything (again in this singular example) from org.hibernate.persister to a whole package would be extremely disruptive to OGM, et al. Yes? So yes, making these changes is allowable under the rules laid out. But that does not mean we run out ad try to screw over i

Re: [hibernate-dev] Compatibility Considerations wiki

2014-08-27 Thread Gunnar Morling
2014-08-28 0:52 GMT+02:00 Steve Ebersole : > You have to admit that moving everything (again in this singular example) > from org.hibernate.persister to a whole package would be extremely > disruptive to OGM, et al. Yes? > Yes, it would be disruptive. As said though, I personally would not not b