I am trying to integrate Envers in an existing nHibernate Database. I need the default or the original AUD values in the respective *_AUD tables. i.e initial value, else when the first time the user modifies it, only modified values are recorded but a user cant see the previous version of it.
Cant force save every entity without a modification..
Must be a commong scenario ... Let me know if anyone implemented it.
--Sukumar