Generated by
JDiff

Class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager

Added Methods
DataSource getDefaultJtaDataSource() Return the JTA-aware DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
void setDefaultJtaDataSource(DataSource) Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
 

Changed Methods
DataSource getDefaultDataSource() Documentation changed from old to new.
Return the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
void setDefaultDataSource(DataSource) Documentation changed from old to new.
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
void setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor[]) Documentation changed from old to new.
Set the PersistenceUnitPostProcessors to be applied to each PersistenceUnitInfo that has been parsed by this manager.