1. Get previous version of entity in Hibernate Envers stackoverflow.comI have an entity loaded by Hibernate (via
This class is audited by Hibernate Envers. How can I load the previous version of a User entity?
|
2. Hibernate Envers Revert data to a version stackoverflow.comWe are using Hibernate envers to store historical revisions of the data, there is a requirement to revert data to a certain revision. As we are using the Version column to ... |