PDA

View Full Version : HibernateInterceptor



pgeorge
10-29-2007, 10:48 AM
I am using spring.net with nhibernate and would like to use HibernateInterceptor of logging audit history information when a record is updated. Could you point me to a sample which uses a HibernateInterceptor.

Thanks
Preethi

boriska
10-29-2007, 11:20 AM
Hi,

just look into http://forum.springframework.net/showthread.php?t=1791

You can also consider the AOP-way.

Cheers