Quick update: The query interface works. I was able to run the query across all the entities and start iterating over them (so it must lazy load when iterating). However I could not do a size() on the collection returned, so there must be too many items in the collection now.
I can work around the now redundant relationship of account.getOrders() by querying. Now to figure out the best way to add a child object without accessing the parent's collection of children. Maybe I should switch to JDO+MySQL before I get in too deep - is this a completely wrong application of GAE? -- 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.
