Hi All,
I have been trying to implement the Audit trail feature presented by Hibernate, by using the following URL:
http://www.nearinfinity.com/blogs/scott ... or_to.html And I have the following questions on it:
1- I am not able to capture the old entity unless using Merge on using SaveOrUpdate it is being returnd as null.
2- Once performing an update on a child table the parent and child tables are being changed? is this a normal behavior?
Any recommendations on the above issues or code sample?
Regards,
Ram