I want to use preupdate and postupdate concepts in my application.
The purpose is i want to get all values of a particulra record which is being updated and insert these values as a record along with new values in a table named audit.
Can any one give some suggestions or pointers on this.
Thanks,
Narendra
0 You can use HibernateInterceptors
1 You can do it programatically at service layer
2 You can either implement this things by database
TRIGGERSthen your DB will handle this.