ejb « Interceptor « JPA Q&A





1. EJB3- hibernate JPA problem while creating hibernate interceptor    coderanch.com

Hi All, My basic aim is do auditing on all tables for updates and deletes. I am using an EJB3 application which is in turns using Hibernate below it to make database calls. I had implemented this kind of auditing before for spring-hibernate framework using Hibernate Interceptors. So Now I am trying to do the same with EJB3. I specified my ...

2. hibernate.ejb.interceptor    forum.hibernate.org

Hi, I have been using Hibernate with Spring without any issues for sometime now. This is a remarkable product and it truly is an endowment to Software development. However, to get to the point, I recently started a new project and a suggestion was made to write Data Access layers that conform to JPA standards. Now luckily for me, Hibernate had ...