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

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

The Spring Framework

Uses of Interface
org.springframework.orm.jpa.EntityManagerFactoryPlusOperations

Packages that use EntityManagerFactoryPlusOperations
org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts. 
 

Uses of EntityManagerFactoryPlusOperations in org.springframework.orm.jpa
 

Subinterfaces of EntityManagerFactoryPlusOperations in org.springframework.orm.jpa
 interface EntityManagerFactoryPlus
          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.
 

Methods in org.springframework.orm.jpa that return EntityManagerFactoryPlusOperations
 EntityManagerFactoryPlusOperations JpaDialect.getEntityManagerFactoryPlusOperations(javax.persistence.EntityManagerFactory rawEntityManager)
          Return an EntityManagerFactoryPlusOperations implementation for the given raw EntityManagerFactory.
 EntityManagerFactoryPlusOperations DefaultJpaDialect.getEntityManagerFactoryPlusOperations(javax.persistence.EntityManagerFactory rawEntityManager)
           
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.