Generated by
JDiff

Class org.springframework.orm.hibernate4.LocalSessionFactoryBean

Documentation changed from old to new.

Added Methods
SessionFactory buildSessionFactory(LocalSessionFactoryBuilder) Subclasses can override this method to perform custom initialization of the SessionFactory instance, creating it via the given Configuration object that got prepared by this LocalSessionFactoryBean.
Configuration getConfiguration() Return the Hibernate Configuration object used to build the SessionFactory.
void setJtaTransactionManager(Object) Set the Spring org.springframework.transaction.jta.JtaTransactionManager or the JTA javax.transaction.TransactionManager to be used with Hibernate, if any.
 

Changed Methods
void setAnnotatedClasses(Class[]) Documentation changed from old to new.
Specify annotated entity classes to register with this Hibernate SessionFactory.