abstract fun postProcessPersistenceUnitInfo(pui: MutablePersistenceUnitInfo): Unit
Post-process the given PersistenceUnitInfo, for example registering further entity classes and jar files.
pui - the chosen PersistenceUnitInfo, as read from persistence.xml. Passed in as MutablePersistenceUnitInfo.