| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistenceUnitManager | |
|---|---|
| org.springframework.orm.jpa | Package providing integration of JPA (Java Persistence API) with Spring concepts. | 
| org.springframework.orm.jpa.persistenceunit | Internal support for managing JPA persistence units. | 
| Uses of PersistenceUnitManager in org.springframework.orm.jpa | 
|---|
| Methods in org.springframework.orm.jpa with parameters of type PersistenceUnitManager | |
|---|---|
| protected  javax.persistence.spi.PersistenceUnitInfo | LocalContainerEntityManagerFactoryBean.determinePersistenceUnitInfo(PersistenceUnitManager persistenceUnitManager)Determine the PersistenceUnitInfo to use for the EntityManagerFactory created by this bean. | 
|  void | LocalContainerEntityManagerFactoryBean.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.persistenceunit | 
|---|
| Classes in org.springframework.orm.jpa.persistenceunit that implement PersistenceUnitManager | |
|---|---|
|  class | DefaultPersistenceUnitManagerDefault implementation of the PersistenceUnitManagerinterface. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||