The Envers project aims to enable easy versioning of persistent JPA classes. All that you have to do is annotate your persistent class or some of its properties, that you want to version, with @Versioned. For each versioned entity, a table will be crea...
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
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