No, there isn't. You'll have to figure out a way to create indexes. How about a list property on the parent entity? Think denormalization: in App Engine you're using best off storing the same data multiple times.
-- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Tue, Aug 2, 2011 at 1:16 PM, sam <[email protected]> wrote: > Is there an example to query parent list based on filter criteria > based on child attributed. > Parent has list of children. Not one child. > > I have seen examples of parent having one child and basic filter on > parent attributes but not using child attributes where child is a list > inside parent. > > -- > 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. > > -- 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.
