spring-framework / org.springframework.orm.jpa.persistenceunit / PersistenceUnitPostProcessor / postProcessPersistenceUnitInfo

postProcessPersistenceUnitInfo

abstract fun postProcessPersistenceUnitInfo(pui: MutablePersistenceUnitInfo): Unit

Post-process the given PersistenceUnitInfo, for example registering further entity classes and jar files.

Parameters

pui - the chosen PersistenceUnitInfo, as read from persistence.xml. Passed in as MutablePersistenceUnitInfo.