Package org.springframework.orm.jpa.persistenceunit
Internal support for managing JPA persistence units.
Interface Summary Interface Description PersistenceUnitManager Interface that defines an abstraction for finding and managing JPA PersistenceUnitInfos.PersistenceUnitPostProcessor Callback interface for post-processing a JPA PersistenceUnitInfo.SmartPersistenceUnitInfo Extension of the standard JPA PersistenceUnitInfo interface, for advanced collaboration between Spring'sLocalContainerEntityManagerFactoryBeanandPersistenceUnitManagerimplementations.Class Summary Class Description DefaultPersistenceUnitManager Default implementation of thePersistenceUnitManagerinterface.MutablePersistenceUnitInfo Spring's base implementation of the JPAPersistenceUnitInfointerface, used to bootstrap anEntityManagerFactoryin a container.