> if google app engine has implemented fetch groups as defined in JSR-000243 > Java Data Objects > 2.2 Maintenance Release 2 ?
GAE/J uses DataNucleus for the core persistence layer (and GAE/J providing the layer communicating with the datastore), and DataNucleus is the "reference implementation" for JDO 2.0, 2.1, 2.2, 2.3, so yes has implemented that functionality, as per http://www.datanucleus.org/products/accessplatform_2_0/jdo/fetchgroup.html -- 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.
