Top "Hibernate-envers" questions

Hibernate Envers is a core module of the Hibernate framework that enables simple entity auditing and change tracking using annotations and simple configuration steps.

Hibernate Envers - include date of when change happened

We have just started using Hibernate Envers, and it works well for logging what changed, however, is there a way …

java hibernate jpa hibernate-envers
Audit ManyToMany Relationships using Hibernate Envers

I'm using Hibernate Envers in order to audit my entities. But I have a problem. I want to audit an …

hibernate jpa hibernate-envers