Class and Description |
---|
org.springframework.orm.hibernate3.HibernateInterceptor
as of Spring 3.2.7, in favor of either HibernateTemplate usage or
native Hibernate API usage within transactions, in combination with a general
org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor .
Note: This class does not have an equivalent replacement in orm.hibernate4 .
If you desperately need a scoped Session bound through AOP, consider the newly
introduced OpenSessionInterceptor . |