Generated by
JDiff

Class org.springframework.orm.hibernate4.HibernateTransactionManager

Added interface org.springframework.beans.factory.BeanFactoryAware.

Added Methods
Interceptor getEntityInterceptor() Return the current Hibernate entity interceptor, or {@code null} if none.
void setBeanFactory(BeanFactory) The bean factory just needs to be known for resolving entity interceptor bean names.
void setEntityInterceptor(Interceptor) Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
void setEntityInterceptorBeanName(String) Set the bean name of a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.