当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
EntityManagerFactoryPlus (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
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
Methods inherited from interface javax.persistence.EntityManagerFactory |
close, createEntityManager, createEntityManager, isOpen |
Copyright © 2002-2007 The Spring Framework.