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. |