Hi Dan, > Basically, I think it amounts to rebuilding the metamodel for the changed > class(es). In Isis I already have such an API [2], but is there anything > similar in DataNucleus?
I've never heard of anything that does that, but looking at their description for the Hibernate/EclipseLink/OpenJPA plugins it would be to reload the PMF/EMF when metadata/class files change, and when a persistence class changes then flush cache entries. Maybe JRebel would provide you with the code for one of those to get a start point ? (since its in their interests for more people to use JRebel, and this is only positive in that respect). Regards -- Andy DataNucleus (Web: http://www.datanucleus.org Twitter: @datanucleus)
