Envers FAQ - JBoss Community
How to enable/disable auditing at runtime?
Tags: versioning envers hibernate audit
jboss.org: envers
The Envers project aims to enable easy auditing/versioning of persistent classes. All that you have to do is annotate your persistent class or some of its properties, that you want to audit, with @Audited. For each audited entity, a table will be created,
Tags: java database persistence orm versioning hibernate jpa