Re: [appengine-java] entity collections and equals/hashCode

2010-01-14 Thread Rusty Wright
That's my understanding. For example, if your objects have collections, when you add a new object to the collection its id isn't set, then after you persist the outer object the new object is persisted and its id is set. jopaki wrote: Using GAE/J JDO, must one implement equals/hashCode based

[appengine-java] entity collections and equals/hashCode

2010-01-14 Thread jopaki
Using GAE/J JDO, must one implement equals/hashCode based on non- primary key properties for entities designed to co-exist in a collection in the same manner as Hibernate ORM requires? Ref: https://www.hibernate.org/109.html -- You received this message because you are subscribed to the Google G