I was thinking of import com.google.appengine.api.datastore.Query; http://code.google.com/appengine/docs/java/datastore/queries.html
I'm not sure that's going to help b/c of the restriction mentioned. The way I deal with it is use multiple query drill down and depending on size I'll send them into another tmp jdo class or into an array and keep drilling (querying) the data until I get what I want. I've found it doesn't add to much overhead. But I'm sure there are other ways too. Brandon Donnelson http://gwt-examples.googlecode.com -- 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.
