Hi Prashant,

dependent entities are deleted when parent is: see
http://code.google.com/appengine/docs/java/datastore/relationships.html#Dependent_Children_and_Cascading_Deletes

didier

On Oct 6, 11:23 am, Prashant <nextprash...@gmail.com> wrote:
> Hi,
>
> Suppose, I have two types of Entities "Test" and "TestChild". For all
> TestChild entities i have set key as child of some Test entity (because i
> want both entities in same entity group to support transaction) but i
> haven't mapped TestChild entity to any variable in Test entity.
>
> Now, i am wondering if there is any way, such that, if i delete Test entity
> then all corresponding child TestChild entitie(s) should also get deleted ?
>
> --
> Prashantwww.claymus.com

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to