Re: [appengine-java] Querying sub objects with JDOQL in GAE/J

2009-11-16 Thread Ikai L (Google)
Can you post the queries you have attempted as well as the errors? On Tue, Nov 10, 2009 at 10:40 PM, enthusiast itzraj...@gmail.com wrote: I have a very basic question about JDOQL with GAE/J. Hope someone can shine light on this: I have modeled two persistent objects Employee and

[appengine-java] Querying sub objects with JDOQL in GAE/J

2009-11-10 Thread enthusiast
I have a very basic question about JDOQL with GAE/J. Hope someone can shine light on this: I have modeled two persistent objects Employee and ContactInfo such that Employee contains an instance of ContactInfo, as follows: ContactInfo.java import com.google.appengine.api.datastore.Key; // ...