Uses of Interface
org.apache.openjpa.persistence.OpenJPAEntityManagerFactory

Packages that use OpenJPAEntityManagerFactory
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of OpenJPAEntityManagerFactory in org.apache.openjpa.persistence
 

Classes in org.apache.openjpa.persistence that implement OpenJPAEntityManagerFactory
 class EntityManagerFactoryImpl
          Implementation of EntityManagerFactory that acts as a facade to a BrokerFactory.
 

Methods in org.apache.openjpa.persistence that return OpenJPAEntityManagerFactory
static OpenJPAEntityManagerFactory OpenJPAPersistence.cast(EntityManagerFactory emf)
          Return the OpenJPA facade to the given entity manager factory.
static OpenJPAEntityManagerFactory OpenJPAPersistence.createEntityManagerFactory(String jndiLocation, Context context)
          Returns the EntityManagerFactory at the JNDI location specified by jndiLocation in the context context.
static OpenJPAEntityManagerFactory OpenJPAPersistence.createEntityManagerFactory(String name, String resource)
          Returns a new OpenJPAEntityManagerFactory specified by name in an XML configuration file at the resource location resource.
static OpenJPAEntityManagerFactory OpenJPAPersistence.createEntityManagerFactory(String name, String resource, Map map)
          Returns a new OpenJPAEntityManagerFactory specified by name in an XML configuration file at the resource location resource, applying the properties specified in map as overrides.
static OpenJPAEntityManagerFactory OpenJPAPersistence.getEntityManagerFactory()
          Returns the OpenJPAEntityManagerFactory specified by your OpenJPA defaults.
 OpenJPAEntityManagerFactory OpenJPAEntityManager.getEntityManagerFactory()
          Return the factory that produced this entity manager.
 OpenJPAEntityManagerFactory EntityManagerImpl.getEntityManagerFactory()
           
static OpenJPAEntityManagerFactory OpenJPAPersistence.getEntityManagerFactory(Map map)
          Returns the OpenJPAEntityManagerFactory specified by your OpenJPA defaults, using map as overrides.
static OpenJPAEntityManagerFactory EntityManagerFactoryValue.newFactory(BrokerFactory bf)
          Create a new factory of the configured type.
static OpenJPAEntityManagerFactory OpenJPAPersistence.toEntityManagerFactory(BrokerFactory factory)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.