Hi @Naros, we use envers property org.hibernate.envers.do_not_audit_optimistic_locking_field as false for saving version into audit table. Here by setting this property to false, I predict When no other columns are changed also, there will be an entry into audit table. We got two rows of an audit table with same version. But is it possible to have two rows with same version due to this property setting? Thanks in advance.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Envers behviour inconsistent when @Version field auditing is enabled | 6 | 635 | May 6, 2022 | |
Envers version field is nul | 7 | 3109 | April 15, 2020 | |
Envers: What is the recommended way to save the current state of all entities in an existing database? | 8 | 1884 | March 6, 2024 | |
Envers: custom fields on RevisionEntity don't get persisted | 2 | 58 | September 11, 2024 | |
Envers: create multiple revisions in one transaction | 15 | 3680 | July 30, 2021 |