How to configure EntityInterceptor for Hibernate 4?
Hi,
I just migrated from Hibernate 3 => Hibernate 4.
So I have to replace the org.springframework.orm.hibernate3.* classes in my Spring XML Config with the hibernate4 ones.
But neither
Code:
org.springframework.orm.hibernate4.HibernateTransactionManager
nor
Code:
org.springframework.orm.hibernate4.LocalSessionFactoryBean
contain the entityInterceptor Property.
What to do?
Regards,
Markus
P.S. I use the latest Spring 3.1.0.RELEASE and Hibernate 4.0.1