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)
           
 



Copyright © 2002-2008 The Spring Framework.