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. |