Package | Description |
---|---|
org.springframework.orm.jpa.persistenceunit |
Internal support for managing JPA persistence units.
|
Modifier and Type | Method and Description |
---|---|
protected MutablePersistenceUnitInfo |
DefaultPersistenceUnitManager.getPersistenceUnitInfo(String persistenceUnitName)
Return the specified PersistenceUnitInfo from this manager's cache
of processed persistence units, keeping it in the cache (i.e. not
'obtaining' it for use but rather just accessing it for post-processing).
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPersistenceUnitManager.postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui)
Hook method allowing subclasses to customize each PersistenceUnitInfo.
|
void |
PersistenceUnitPostProcessor.postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui)
Post-process the given PersistenceUnitInfo, for example registering
further entity classes and jar files.
|
Copyright © 2014. All rights reserved.