The first sentence here is very clear about how calling makePersistent on an object with relationships automatically saves all the new or modified related objects: http://code.google.com/appengine/docs/java/datastore/relationships.html#Relationships_Entity_Groups_and_Transactions
I've read that if you're using JDO, then just use makePersistentAll to do a batch put on a bunch of objects. However, I'm wondering if calling makePersistent on the root object does a batch put of all its related objects. Thanks... -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
