You can use entity groups to model one root entity (e.g. customer) and 
multiple dependent child entities (e.g. order,cart items..). All entities 
belonging to one entity group (e.g. one single customer) can be retrieved 
together using an ancestor query - kind of like a 'join'. But unlike with 
SQL joins you cannot retrieve all entities of multiple entity groups in a 
single query. Also using entity groups like that gives you transactional 
consistency guarantees while reading and writing.


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to