Re: [appengine-java] does makePersistent operate as a batch put with owned relationships?

2010-01-26 Thread Ikai L (Google)
It should. What behavior are you seeing in your tests? On Thu, Jan 21, 2010 at 8:02 PM, Houston startup coder stephenh...@gmail.com wrote: The first sentence here is very clear about how calling makePersistent on an object with relationships automatically saves all the new or modified

[appengine-java] does makePersistent operate as a batch put with owned relationships?

2010-01-21 Thread Houston startup coder
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