Hi All, I'm using JDO to access the datastore. I understand children of my entity will be lazy loaded - another query will be fired when I try to access them, but the documentation is not so clear on parent entities. When I fetch a child, will its parent be loaded eagerly? What about its parent?
Lets say I had a 'User' which has 'Libraries' which have 'Books'. When I load a Book, do I get the User? -- 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.
