Hi Nick,

The Java API does have a setKeysOnly() method on the low level Query class
which will allow you to fetch just the keys. Are you using the lower level
API? In a future release the JDO/JPA layer will make use of this
method for queries
that only request the key property.

Happy coding,

Jeff

On Sun, Jun 14, 2009 at 12:30 PM, Nick <ncdept...@gmail.com> wrote:

>
> Hi Guys,
>
> I realize that key only queries are now supported with the Python SDK,
> but I can't seem to find this support for Java.  Can this be done with
> the Java API and if so, can you point me toward the documentation for
> this?
>
> If not, will this be supported for Java soon?  This is a nice feature
> and could significantly improve performance in my application.
>
> Thanks,
> Nick
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to