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

EntityManagerFactoryPlus (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.orm.jpa
Interface EntityManagerFactoryPlus

All Superinterfaces:
javax.persistence.EntityManagerFactory, EntityManagerFactoryPlusOperations

public interface EntityManagerFactoryPlus
extends javax.persistence.EntityManagerFactory, EntityManagerFactoryPlusOperations

Extension of the standard JPA EntityManagerFactory interface, linking in Spring's EntityManagerFactoryPlusOperations interface which defines additional operations (beyond JPA 1.0) in a vendor-independent fashion.

Since:
2.0
Author:
Rod Johnson
See Also:
EntityManager

Method Summary
 
Methods inherited from interface javax.persistence.EntityManagerFactory
close, createEntityManager, createEntityManager, isOpen
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.