Gae Jdo persistance on one-to-many owned relationship with bidirectional navigation
问题 I'm trying to persist a one-to-many owned relationship with bidirectional navigation in GAE using JDO. I manually add the Contact to User class, and I would expect that in the end the Contact will have a reference to the parent User object. If I configure this manually before I persist the parent, I get an exception: org.datanucleus.store.appengine.DatastoreRelationFieldManager.checkForParentSwitch(DatastoreRelationFieldManager.java:204) After the User object persistence the parent reference