A trigger on hibernate (maybe this is called interceptor)
- by Ittai
Hi,
I have a module which uses Hibernate as an ORM solution with EHCache as second level cache.
I have another seperate module which inserts and updates the database.
What I need is to have the ability to trigger an event when a row is inserted or updated.
Let's say I have a Customers table and it is mapped to a Customer entity.
I want some…