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