Thanks! Knew it had to be in there somewhere. :)

http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/DatastoreService.html#get(java.lang.Iterable)


On Thu, Mar 18, 2010 at 5:39 PM, Tristan <[email protected]>wrote:

> look in DatastoreService get()
>
> On Mar 18, 7:33 pm, JavaJosh <[email protected]> wrote:
> > BTW in python this would be db.get(keys). :)
> >
> > On Mar 18, 5:32 pm, JavaJosh <[email protected]> wrote:
> >
> >
> >
> > > Hi,
> >
> > > I'd like to use the low-level datastore API (Java) to deference a
> > > (potentially long) list of keys into their respective Entities. I've
> > > scoured the API and searched messages in this group, and don't see any
> > > answers.
> >
> > > I primarily looked for a method on Query that takes a Collection or
> > > Array of Keys. Didn't find it.
> >
> > > For now I can get by with a for loop. Ghetto but it works. I'd like to
> > > do better.
> >
> > > Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to