|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
org.openwms.core.integration.jpa.CustomPersistenceUnitManager
@Deprecated public class CustomPersistenceUnitManager
A CustomPersistenceUnitManager.
This class customizes the default DefaultPersistenceUnitManager
implementation and adds support for multiple jar files with Entity classes.
Field Summary |
---|
Fields inherited from class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager |
---|
DEFAULT_PERSISTENCE_XML_LOCATION, ORIGINAL_DEFAULT_PERSISTENCE_UNIT_ROOT_LOCATION |
Constructor Summary | |
---|---|
CustomPersistenceUnitManager()
Deprecated. |
Method Summary | |
---|---|
protected void |
postProcessPersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo pui)
Deprecated. Add all jar files to the PersistenceUnitInfo . |
Methods inherited from class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager |
---|
afterPropertiesSet, getDataSourceLookup, getDefaultDataSource, getLoadTimeWeaver, getPersistenceUnitInfo, getPersistenceUnitPostProcessors, obtainDefaultPersistenceUnitInfo, obtainPersistenceUnitInfo, preparePersistenceUnitInfos, setDataSourceLookup, setDataSources, setDefaultDataSource, setDefaultPersistenceUnitRootLocation, setLoadTimeWeaver, setPersistenceUnitPostProcessors, setPersistenceXmlLocation, setPersistenceXmlLocations, setResourceLoader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomPersistenceUnitManager()
Method Detail |
---|
protected void postProcessPersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo pui)
PersistenceUnitInfo
.
postProcessPersistenceUnitInfo
in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
pui
- PersistenceUnitInfo
DefaultPersistenceUnitManager.postProcessPersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |