Uses of Interface
org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager
Packages that use PersistenceUnitManager
Package
Description
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Internal support for managing JPA persistence units.
- 
Uses of PersistenceUnitManager in org.springframework.orm.jpaMethods in org.springframework.orm.jpa with parameters of type PersistenceUnitManagerModifier and TypeMethodDescriptionprotected PersistenceUnitInfoLocalContainerEntityManagerFactoryBean.determinePersistenceUnitInfo(PersistenceUnitManager persistenceUnitManager) Determine the PersistenceUnitInfo to use for the EntityManagerFactory created by this bean.voidLocalContainerEntityManagerFactoryBean.setPersistenceUnitManager(PersistenceUnitManager persistenceUnitManager) Set the PersistenceUnitManager to use for obtaining the JPA persistence unit that this FactoryBean is supposed to build an EntityManagerFactory for.
- 
Uses of PersistenceUnitManager in org.springframework.orm.jpa.persistenceunitClasses in org.springframework.orm.jpa.persistenceunit that implement PersistenceUnitManagerModifier and TypeClassDescriptionclassDefault implementation of thePersistenceUnitManagerinterface.