Uses of Interface
org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo
Packages that use SmartPersistenceUnitInfo Package Description org.springframework.orm.jpa.persistenceunit Internal support for managing JPA persistence units.Uses of SmartPersistenceUnitInfo in org.springframework.orm.jpa.persistenceunit
Classes in org.springframework.orm.jpa.persistenceunit that implement SmartPersistenceUnitInfo Modifier and Type Class Description classMutablePersistenceUnitInfoSpring's base implementation of the JPAPersistenceUnitInfointerface, used to bootstrap anEntityManagerFactoryin a container.