Working through the examples, if I have say an entity person that has an entity address. I could create a EmbeddedEntity and add that to a Entity as a one to one mapping, I could even create a list make it a one to many.
is that the only way, if I want separate storage, for say an object, with a one to many mapping to another, would I first have to pull that first object back, which will contain a list of keys, I then use those keys to bring back the many objects. Or is there a way of pulling an object, and it will pull all the other objects mapped to it. (Not using EmbeddedEntity). Thank you for any help. Regards Tony. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/1e46143f-25f4-44f5-aef5-16d24bfe6553%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
