You can get many Entities by Key, check out
http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/DatastoreService.html#get(java.lang.Iterable)

On Apr 3, 4:36 pm, Henning <[email protected]> wrote:
> Hello,
>
> if I have the keys for many objects and want to retrieve these object
> from the datastore is there some kind of batch method? I guess if I
> have thousands of objects and have to use getObjectById for every
> single one separately that would take a while and possibly even to
> long.
>
> Thanks,
> Henning

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