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

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

The Spring Framework

Package org.springframework.orm.jpa.persistenceunit

Internal support for managing JPA persistence units.

See:
          Description

Interface Summary
PersistenceUnitManager Interface that defines an abstraction for finding and managing JPA PersistenceUnitInfos.
PersistenceUnitPostProcessor Callback interface for post-processing a JPA PersistenceUnitInfo.
 

Class Summary
DefaultPersistenceUnitManager Default implementation of the PersistenceUnitManager interface.
MutablePersistenceUnitInfo Spring's base implementation of the JPA PersistenceUnitInfo interface, used to bootstrap an EntityManagerFactory in a container.
 

Package org.springframework.orm.jpa.persistenceunit Description

Internal support for managing JPA persistence units.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.