[Very Urgent]
Hi,
I am new to Hibernate Envers, so might ask some silly question. I am using Hibernate Envers '4.3.6.Final' for auditing purpose.
I know there is difference between the Hibernate object and Audit Object. Using AuditReader, i can get the audit object, which is different in structure by the actual table object. Now when i do a entityManager.merge(auditObject), and a commit(), the actual object gets modified with the previous values.
Is there any way, so that i can get the actual previous state of the object without committing the changes.
This is needed in order to check the overall change in the Hierarchy of the actual object.
Any lead would be very useful.
Thanks in advance.
Keshavendra P S
|