post « Interceptor « JPA Q&A





1. hibernate interceptor post save?    stackoverflow.com

i need to intercept post save for an entity in hibernate, but all what i found was on save, which is dealing with the entity before being saved, and there's a ...

2. post-Session open Interceptor registration    forum.hibernate.org

I've got a situation where I'd like to be able to register an Interceptor at runtime in some - but not all - cases. I'm using a ThreadLocal Session, so I figured I'd just tweak my API to allow someone to pass in an Interceptor when they requested the Session, but low and behold, there's no way to register an Interceptor ...

3. Interceptor --Pre/Post    forum.hibernate.org

Ok trying to resolve an issue someone is haveing -- ME -- Having to prove out threories... Ok heres the situation -- Wanting to have a pre and post with in an Interceptor on the following actions -- SAVE DELETE UPDATE INSERT SAVEORUPDATE LOAD Is there a clean way of doing this...