[appengine-java] Re: Issue to retrieve the data

2009-08-26 Thread Jason (Google)
See http://groups.google.com/group/google-appengine-java/browse_thread/thread/30855139bb40075aand please try not to post duplicate threads in the future. - Jason On Tue, Aug 25, 2009 at 5:32 AM, java wrote: > > there is company class model. > public class Company implements ICompany { >

[appengine-java] Re: Issue to retrieve the data

2009-08-25 Thread rohit jain
Hello can you give me some idea how can I do this. On Tue, Aug 25, 2009 at 6:07 PM, datanucleus wrote: > > > I want to retrieve company info with category details in single object > > how implement in jdo . because in hibernate it joined automatically > > and get details in single object. > > H

[appengine-java] Re: Issue to retrieve the data

2009-08-25 Thread datanucleus
> I want to retrieve company info with category details in single object > how implement in jdo  . because in hibernate it joined automatically > and get details in single object. How can it be a single object when you would have an object of type Company, with an internal Category object ? No, H