intercept « JPA « Spring Q&A





1. Help needed with Spring/Hibernate Lazy-loading    stackoverflow.com

I know that this has been discussed lot of times. I just can't understand how this work or where my mistake is.
I think giving you a reduced example is the best ...

2. How to configure EHcache for standalone Java program without using hibernate / spring interceptors?    stackoverflow.com

Can anyone please post sample example to configure Ehcache for standalone java application. I have the simple requirement like, getting data from database, format that data and write to file. I am ...

3. Hibernate Interceptors or Events for Audit Trail?    stackoverflow.com

I record a history of all changes to some entities and am about to implement a mechanism similar to Envers to take care of this automatically. My question ...

4. hibernate.ejb.interceptor not 'intercepting', Spring+JPA    stackoverflow.com

Folks- I am trying to set up hibernate.ejb.interceptor but for some reason it never gets to 'intercept' any update or insert event. The application seems to work fine, updating and inserting ...

5. Hibernate EntityInterceptor not intercepting    stackoverflow.com

I am developing a web application using Spring, Hibernate and Struts. For my domain entity classes, I have 2 java.util.Date variables that I would like to set using the Hibernate Interceptor. Every ...

6. Multiple Interceptors in Hibernate (AuditLog)    forum.springsource.org

Multiple Interceptors in Hibernate (AuditLog) Hi, I want to use in my aplication two interceptors. One is to populate the entity with some default values (creat_date, create_by, last_update_by) And another one ...

7. Hibernate interceptors    forum.springsource.org

Hibernate interceptors This will be a quite long post, explaining what I think I've learned so far, followed by some questions. Problem: To manage security in my application I need to ...