站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

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-2007 The Spring Framework.