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