database « Interceptor « JPA Q&A





1. Writing into DB with Interceptor    forum.hibernate.org

Hi, I'm trying to intercept the changes to the database with Interceptor and write some data about these changes into the DB. The problem is that when I try to update the ObjectA into the DB the interceptor intercept the request and insert some data into the DB, but when this information is written the interceptor is called again for the ...