I've created a Java GQL parser which allows you to quote kind and
property names, so your query would be written:
SELECT * FROM 'my.package.myEntity'

The description of the parser and link to download source or binary is
here:
http://audao.spoledge.com/doc-gae-features.html#gqlparser

An example of a simple datastore viewer is here:
http://vaclavb.blogspot.com/2010/02/google-app-engine-data-viewer-gql-java.html

Vaclav


On May 1, 1:42 am, madthanu <madth...@gmail.com> wrote:
> I have my entity class inside a seperate Java package, so the full
> class name of the entity is something like
>
> my.package.myEntity
>
> How do you use GQL to do a select when the class name is this? The
> following did not work:
>
> SELECT * FROM my.package.myEntity
>
> Thanks,
> Thanu
>
> --
> 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 
> athttp://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