> USER('[email protected]') can be used in GQL.
And JDO doesn't use GQL, it provides JDOQL, as per the JDO spec
http://jcp.org/aboutJava/communityprocess/mrel/jsr243/index2.html
To add a filter in JDOQL comparing objects you would do
SELECT ... FROM ... WHERE user = :user
and pass in a parameter of the user to compare against ... as per Java.
--
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.