On 1 Apr 2010, at 19:02, Duong BaTien wrote:
Hi:
Iterable<Object> foo = ofy.query().ancestor(yourobject);
This is the required pattern shown in Google IO scalable application
for
GAE.
If you are talking about the "million fan out" problem in Bret
Slatkins talk that was also a typed query. So more like this:
Iterable<Object> foo = ofy.query(MessageIndex.class).ancestor(message);
--
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.