Oh, ok, great. Well, at the risk of changing the subject, what I was looking for was: Does OpenJPA work like Hibernate in terms of lifecycle? For example, if I have a one-to-many relationship between two related entity types and I persist a new parent, (now it's "managed") and add a bunch of unmanaged new instances of child entities to the parent's child collection, then flush (or whatever the JPA equivalent) the now "dirty" parent, will all those newly added child entities be written to the database?
Thanks, Chris On Thu, Dec 13, 2012 at 1:30 PM, Kevin Sutter <kwsut...@gmail.com> wrote: > This was a recent casualty (in the last two days, not a year ago) due to > the CMS migration of the wiki... It's being worked via JIRA > https://issues.apache.org/jira/browse/OPENJPA-2309. Should be ready later > today... > > On Thu, Dec 13, 2012 at 12:18 PM, Chris Wolf <cwolf.a...@gmail.com> wrote: > >> I cannot find OpenJPA documentation. All the links off this page are >> broken: >> >> http://openjpa.apache.org/documentation.html >> >> "Not Found" >> >> Somebody brought this up over a year ago: >> >> >> >> http://openjpa.208410.n2.nabble.com/Documentation-link-broken-tp6697282.html >> >> http://openjpa.208410.n2.nabble.com/Documentation-link-broken-tp6697282p6699405.html >> >> >> Is there really no user documentation available? >> >> Thanks, >> >> Chris >>