Generated by
JDiff

Class org.springframework.orm.hibernate3.LocalSessionFactoryBean

Changed Methods
CacheProvider getConfigTimeCacheProvider() Change in return type from CacheProvider to org.hibernate.cache.CacheProvider.
Return the CacheProvider for the currently configured Hibernate SessionFactory, to be used by LocalCacheProviderProxy.
Configuration getConfiguration() Documentation changed from old to new.
Return the Configuration object used to build the SessionFactory.
void setCacheProvider(CacheProvider) Change in signature from CacheProvider to org.hibernate.cache.CacheProvider.
as of Spring 3.0, following Hibernate 3.3's deprecation of the CacheProvider SPI