Re: [appengine-java] Parent child joins in JDO queries

2010-06-22 Thread John Patterson
If you are not required to use JDO consider one of the GAE specific persistence libraries. Both Twig and Objectify support embedding collections of entities in a single container entity which gives the ability to query using properties of the container or the contained. I believe Twig is

[appengine-java] Parent child joins in JDO queries

2010-06-21 Thread Hariharan Anantharaman
Hi, As per documentation, JDO does not support join queries over parent and child entities(tables) in datastore. Are there any work arounds to achieve the same? Is this possible with JPA? Thanks Hariharan http://harianantha.in -- You received this message because you are subscribed to the