I need to store an encrypted data into database using Hibernate. It is recommended to use the Hibernate interceptor in thsi situation. I, however, can't find how that is done with Spring 3/annotation.
Does anyone have the information? Or I should use AOP instead.


Reply With Quote