Uses of Class
org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
Packages that use MutablePersistenceUnitInfo
Package
Description
Internal support for managing JPA persistence units.
- 
Uses of MutablePersistenceUnitInfo in org.springframework.orm.jpa.persistenceunitMethods in org.springframework.orm.jpa.persistenceunit that return MutablePersistenceUnitInfoModifier and TypeMethodDescriptionprotected final MutablePersistenceUnitInfoDefaultPersistenceUnitManager.getPersistenceUnitInfo(String persistenceUnitName) Return the specified PersistenceUnitInfo from this manager's cache of processed persistence units, keeping it in the cache (i.e.Methods in org.springframework.orm.jpa.persistenceunit with parameters of type MutablePersistenceUnitInfoModifier and TypeMethodDescriptionprotected voidDefaultPersistenceUnitManager.postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui) Hook method allowing subclasses to customize each PersistenceUnitInfo.voidPersistenceUnitPostProcessor.postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui) Post-process the given PersistenceUnitInfo, for example registering further entity classes and jar files.