The Spring Framework

Uses of Interface
org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager

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 DefaultPersistenceUnitManager
          Default implementation of the PersistenceUnitManager interface.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.