Hi,
there is an example in this page:
http://code.google.com/appengine/docs/java/datastore/queriesandindexes.html

look for the "contains()"

thanks
Karel

On Sun, Mar 7, 2010 at 2:19 AM, Alexander Lagler
<alag...@edu.uni-klu.ac.at> wrote:
> hi,
>
> can you tell me how to query datastore in java with an KEYLIST by
> using
> List<myclass> mylist = (List<myclass>)query.execute(LIST OF KEYS);
>
> i do not want to use
> pm.getObjectsById(List<Object>)
> because i want to use both 'setOrdering()' and 'setRange()'
>
> couldnt find something on the web, so any information and/or
> codeexample would be great!
>
> thx in advance
> alex
>
> --
> 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 google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to