public interface PersistenceUnitPostProcessor
DefaultPersistenceUnitManager.setPersistenceUnitPostProcessors(org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor...),
LocalContainerEntityManagerFactoryBean.setPersistenceUnitPostProcessors(org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor...)| Modifier and Type | Method and Description |
|---|---|
void |
postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui)
Post-process the given PersistenceUnitInfo, for example registering
further entity classes and jar files.
|
void postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui)
pui - the chosen PersistenceUnitInfo, as read from persistence.xml.
Passed in as MutablePersistenceUnitInfo.