| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OpenJPAEntityManagerFactory | |
|---|---|
| org.apache.openjpa.persistence | OpenJPA JPA | 
| org.apache.openjpa.persistence.jest | |
| Uses of OpenJPAEntityManagerFactory in org.apache.openjpa.persistence | 
|---|
| Subinterfaces of OpenJPAEntityManagerFactory in org.apache.openjpa.persistence | |
|---|---|
|  interface | OpenJPAEntityManagerFactorySPI | 
| Classes in org.apache.openjpa.persistence that implement OpenJPAEntityManagerFactory | |
|---|---|
|  class | EntityManagerFactoryImplImplementation of EntityManagerFactorythat acts as a
 facade to aBrokerFactory. | 
| 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. | 
|  OpenJPAEntityManagerFactory | PersistenceProviderImpl.createContainerEntityManagerFactory(PersistenceUnitInfo pui,
                                    Map m) | 
| static OpenJPAEntityManagerFactory | OpenJPAPersistence.createEntityManagerFactory(String jndiLocation,
                           Context context)Returns the EntityManagerFactoryat the JNDI location specified
 byjndiLocationin the contextcontext. | 
|  OpenJPAEntityManagerFactory | PersistenceProviderImpl.createEntityManagerFactory(String name,
                           Map m) | 
| static OpenJPAEntityManagerFactory | OpenJPAPersistence.createEntityManagerFactory(String name,
                           String resource)Returns a new OpenJPAEntityManagerFactoryspecified bynamein an XML configuration file at the resource locationresource. | 
|  OpenJPAEntityManagerFactory | PersistenceProviderImpl.createEntityManagerFactory(String name,
                           String resource,
                           Map m)Loads the entity manager specified by name, applying
 the properties inmas overrides to the properties defined
 in the XML configuration file forname. | 
| static OpenJPAEntityManagerFactory | OpenJPAPersistence.createEntityManagerFactory(String name,
                           String resource,
                           Map map)Returns a new OpenJPAEntityManagerFactoryspecified bynamein an XML configuration file at the resource locationresource, applying the properties specified inmapas overrides. | 
| static OpenJPAEntityManagerFactory | OpenJPAPersistence.getEntityManagerFactory()Returns the OpenJPAEntityManagerFactoryspecified 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 OpenJPAEntityManagerFactoryspecified by
 your OpenJPA defaults, usingmapas overrides. | 
| static OpenJPAEntityManagerFactory | EntityManagerFactoryValue.newFactory(BrokerFactory bf)Create a new factory of the configured type. | 
| static OpenJPAEntityManagerFactory | OpenJPAPersistence.toEntityManagerFactory(BrokerFactory factory)Deprecated. use JPAFacadeHelperinstead. This method pierces
 the published-API boundary, as does the JPAFacadeHelper utilization. | 
| static OpenJPAEntityManagerFactory | JPAFacadeHelper.toEntityManagerFactory(BrokerFactory factory) | 
| Methods in org.apache.openjpa.persistence with parameters of type OpenJPAEntityManagerFactory | |
|---|---|
| static Object | OpenJPAPersistenceUtil.getIdentifier(OpenJPAEntityManagerFactory emf,
              Object entity)Get the object identifier for a persistent entity managed by one of the entity managers of the specified entity manager factory. | 
| static boolean | OpenJPAPersistenceUtil.isManagedBy(OpenJPAEntityManagerFactory emf,
            Object entity)Determines whether the specified state manager is managed by an open broker within the persistence unit of the provided EMF instance. | 
| Uses of OpenJPAEntityManagerFactory in org.apache.openjpa.persistence.jest | 
|---|
| Constructors in org.apache.openjpa.persistence.jest with parameters of type OpenJPAEntityManagerFactory | |
|---|---|
| JESTContext(String unit,
            OpenJPAEntityManagerFactory emf,
            HttpServletRequest request,
            HttpServletResponse response) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||