Generated by
JDiff

Class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor

The superclass changed from org.springframework.aop.framework.ProxyConfig to org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor.
Removed interfaces org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered.

Changed Methods
int getOrder() Method was locally defined, but is now inherited from AbstractAdvisingBeanPostProcessor.  
Object postProcessAfterInitialization(Object, String) Method was locally defined, but is now inherited from AbstractAdvisingBeanPostProcessor.  
Object postProcessBeforeInitialization(Object, String) Method was locally defined, but is now inherited from AbstractAdvisingBeanPostProcessor.  
void setBeanClassLoader(ClassLoader) Method was locally defined, but is now inherited from AbstractAdvisingBeanPostProcessor.  
void setBeanFactory(BeanFactory) Change in exceptions thrown from org.springframework.beans.BeansException to no exceptions.