| Name | Description | Type | Package | Framework |
| DefaultPersistenceUnitManager | Default implementation of the PersistenceUnitManager interface. | Class | org.springframework.orm.jpa.persistenceunit | Spring MVC |
| MutablePersistenceUnitInfo | Spring's base implementation of the JPAPersistenceUnitInfo interface, | Class | org.springframework.orm.jpa.persistenceunit | Spring MVC |
| PersistenceUnitManager | Interface that defines an abstraction for finding and managingJPA PersistenceUnitInfos. | Interface | org.springframework.orm.jpa.persistenceunit | Spring MVC |
| PersistenceUnitPostProcessor | Callback interface for post-processing a JPA PersistenceUnitInfo. | Interface | org.springframework.orm.jpa.persistenceunit | Spring MVC |
| SmartPersistenceUnitInfo | Extension of the standard JPA PersistenceUnitInfo interface, for advanced collaborationbetween Spring's LocalContainerEntityManagerFactoryBean | Interface | org.springframework.orm.jpa.persistenceunit | Spring MVC |