[google-appengine] Re: Key Only Queries with Java

2009-06-16 Thread Nick
Hi Jeff, I wasn't using the low level API, but now that I'm looking, I can't seem find the option you are talking about: http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/Query.html I'm probably missing something here, but could you point me to the

[google-appengine] Re: Key Only Queries with Java

2009-06-16 Thread Jeff S (Google)
Hi Nick, The Javadocs need to be updated, but the method is available in SDK 1.2.1 and later. Eclipse's tool tip reports: public Query setKeysOnly() Makes this query fetch and return only keys, not full entities. Returns: this (for chaining) Happy coding, Jeff On Tue, Jun 16, 2009 at

[google-appengine] Re: Key Only Queries with Java

2009-06-16 Thread Nick
Jeff, Thanks for the quick reply. I found it, I had downloaded the new SDK, but had not enabled it in the build path. Thanks again. Nick On Jun 16, 4:12 pm, Jeff S (Google) j...@google.com wrote: Hi Nick, The Javadocs need to  be updated, but the method is available in SDK 1.2.1 and