On 16 Mar 2010, at 13:05, Max wrote:

3, use a batch get to obtain all User entities

Until merged AND is finished you would need to do this with the low- level service directly

datastore.getService().get(allMatchingKeys);  // bulk get

you can then convert the resulting Entities into typesafe instances with

User user = datastore.toTypesafe(anEntity);  // low-level bridge

John

--
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.

Reply via email to