On Sat, Jan 24, 2015 at 1:11 AM, Shubhashis Karmakar <shubhas...@gmail.com>
 wrote:

> Even the line
>
> import static
> com.google.apphosting.client.datastoreservice.client.DatastoreHelper.*; which
> you will find on protocol buffers in Java Section does not work.
>


Are you talking about this page
<https://cloud.google.com/datastore/docs/concepts/gql>? It does work, but
you need to include the Cloud Datastore library:
https://developers.google.com/api-client-library/java/apis/datastore/v1beta2

But a word of warning: accessing the datastore through the standard App
Engine libraries is more direct (read: faster) than piping through the
Cloud Datastore service. If you want to optimize your app, you should
forget the GQL and use the low-level library or abstractions such as
Objectify.


-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALAwizxPimeHDGokCahqxRthJ27%2B%3D3AqRQTxCQrpui1MfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to