![Hibernate Envers]()
Technology
Hibernate Envers is the frameworks for auditing entities. As the name suggests Hibernate Envers is developed on top of Hibernate, it will on Hibernate and Hibernate implemented JPA. Hibernate Envers provides easy auditing, versioning solution for entity classes.
Advantages of Hibernate Envers:
Auditing of all mappings defined by JPA specification.
Auditing Hibernate specific mappings which extends the JPA specification.
Logging data for each revision using revision entity. »
Read more