I have owned one-to-many relationship between two objects: @PersistenceCapable(identityType = IdentityType.APPLICATION)
I\'ve got an app in Google App Engine that was working fine. I realized that one on of my JDO-enhanced objects that I forgot to implement equals and hashCode (I need to use the object in a set). So I