Thursday 15 April 2010

java - How to imlement hibernate interceptor in Struts2 -



java - How to imlement hibernate interceptor in Struts2 -

in struts2 application want audit curd operations using hibernate interceptor, please help me how implement.

you can create interceptor extending emptyinterceptor, read documentation:

chapter 12. interceptors , events

the documentation has illustration on how implement auditing using interceptors.

also here illustration similar functionality : hibernate interceptor illustration – audit log

java hibernate

No comments:

Post a Comment