Envers project aims to enable easy versioning of persistent JPA classes. Annotate your persistent class or some properties that you want to version with @Versioned. A table will be created for each entity/property holding its history or changes
Envers project aims to enable easy versioning of persistent JPA classes. Annotate your persistent class or some properties that you want to version with @Versioned. A table will be created for each entity/property holding its history or changes
In recent versions of Hibernate, a new, more elegant approach has emerged, based on Java 5 annotations. Using the new Hibernate Annotations library, you can dispense once and for all with your old mapping files
Envers project aims to enable easy versioning of persistent JPA classes. Annotate your persistent class or some properties that you want to version with @Versioned. A table will be created for each entity/property holding its history or changes