It should. What behavior are you seeing in your tests? On Thu, Jan 21, 2010 at 8:02 PM, Houston startup coder < [email protected]> wrote:
> 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- 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.
