All -

I'm a little new to app engine and JDO, but before I dive to far into
my project I wanted to ask a question on how to query for stored data.

I have some something that looks like this:

@PersistenceCapable
public class User{

    @Persitant
    private List<Groups>
    ...........
}

Is it possible to write a query to find all all users that belong to
some group given this format ? If so how would the query look ?

Thanks in advance.
..Chris

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to