Generated by
JDiff

Class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean

Removed Methods
void postProcessAnnotationConfiguration(AnnotationConfiguration) To be implemented by subclasses which want to to perform custom post-processing of the AnnotationConfiguration object after this FactoryBean performed its default initialization.
 

Changed Methods
void postProcessConfiguration(Configuration) Method was locally defined, but is now inherited from LocalSessionFactoryBean. To be implemented by subclasses that want to to perform custom post-processing of the Configuration object after this FactoryBean performed its default initialization.
void scanPackages(Configuration) Change in signature from AnnotationConfiguration to Configuration.
Perform Spring-based scanning for entity classes.
void setConfigurationClass(Class<?>) Method was locally defined, but is now inherited from LocalSessionFactoryBean. Specify the Hibernate Configuration class to use.