Generated by
JDiff

Class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean

Added Methods
void setJtaDataSource(DataSource) Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database.
 

Changed Methods
void setDataSource(DataSource) Documentation changed from old to new.
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database.
void setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor[]) Documentation changed from old to new.
Set the PersistenceUnitPostProcessors to be applied to the PersistenceUnitInfo used for creating this EntityManagerFactory.