EntityInterceptor « JPA « Spring Q&A





1. Stateful EntityInterceptor for Spring and Hibernate    forum.springsource.org

Stateful EntityInterceptor for Spring and Hibernate Hi all, I want to use a Hibernate Interceptor to set some audit information on objects before they are persisted to the database. The application ...

2. setting an EntityInterceptor via spring config (Hibernate+JPA)    forum.springsource.org

setting an EntityInterceptor via spring config (Hibernate+JPA) I currently an entityinterceptor configured in persistence.xml like such: ... ... However, ...