Hi there, I have something like:

public class User {
   @PrimaryKey
    @Persistent
    private String username;
    ....

But I couln't find a way of making work a query like "select * from User where username = 'someUserName'" from the admin console. It's driving me nuts!, Anyone has any idea how to do this? I guess it's supossed to be achieved with the KEY(..) feature, but I tried different ways and couldn't get it to work.

Thanks,

Esteban

--
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