Hi, I think that it is still in the doc: see last bullet point of http://code.google.com/appengine/docs/java/datastore/jdo/overview.html#Unsupported_Features_of_JDO
regards didier On Feb 6, 4:48 pm, Jan Willies <[email protected]> wrote: > 2011/2/6 Cyrille Vincey <[email protected]> > > > Some time ago, relationships between entities of same kind were not > > supported by the datastore. > > This was annoying in particular when trying to movel tree structures > > (@OneToMany relationship between MyClass and MyClass). > > The datastore documentation was pretty clear about this. > > > I cannot find this limitation in the datastore documentation anymore. > > Have I missed a good news about a recent release allowing relationships > > inside entities of the same kind ? > > I tried it a few days ago (with JDO) and it didn't work. -- 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.
