Hello,
I store a KEY in a child object as foreign key kind of thing, then when I query the child, I use query with following: Query query = pm.newQuery(PField.class, "pobject == "+KeyFactory.keyToString(object)); Where PField is the child class, pobject is the KEY foreign key, but when I execute this, it always returns all PField instances, did I do anything wrong? Thanks, Andy -- 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.
