Hi, I created a relationship similar to the one given here<http://code.google.com/appengine/docs/java/datastore/dataclasses.html#Child_Objects_and_Relationships>. Suppose fetched an *Employee*** entity from datastore, now, how to get * Employee*'s *ContactInfo* entity?
I tries using *employee.myContactInfo* but it gives nullPointerException. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
