AOP « Development « JPA Q&A





1. AOP + Hibernate    forum.hibernate.org

Hello, I'm making a case for my design team regarding the use of Aspect Oriented Programming (AOP) and Hibernate. It would seem to me that these two technologies are quite compatible, since you can design an AOP pointcut to "wrap" your hibernate-aware methods inbetween sessionFactory.openSession() and session.close(). I'm trying to find out if this is being done by others? Are there ...