Generated by
JDiff

Package org.springframework.orm.hibernate3

Removed Classes
LocalCacheProviderProxy Proxy for a Hibernate CacheProvider, delegating to a Spring-managed CacheProvider instance, determined by LocalSessionFactoryBean's "cacheProvider" property.
 

Changed Classes and Interfaces
HibernateOperations Interface that specifies a basic set of Hibernate operations, implemented by HibernateTemplate.
HibernateOptimisticLockingFailureException Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
HibernateTemplate Helper class that simplifies Hibernate data access code.
LocalSessionFactoryBean org.springframework.beans.factory.FactoryBean that creates a Hibernate org.hibernate.SessionFactory.