|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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(javax.persistence.EntityManagerFactory emf)
Return the OpenJPA facade to the given entity manager factory. |
OpenJPAEntityManagerFactory |
PersistenceProviderImpl.createContainerEntityManagerFactory(javax.persistence.spi.PersistenceUnitInfo pui,
java.util.Map m)
|
static OpenJPAEntityManagerFactory |
OpenJPAPersistence.createEntityManagerFactory(java.lang.String jndiLocation,
javax.naming.Context context)
Returns the EntityManagerFactory at the JNDI location specified
by jndiLocation in the context context . |
OpenJPAEntityManagerFactory |
PersistenceProviderImpl.createEntityManagerFactory(java.lang.String name,
java.util.Map m)
|
static OpenJPAEntityManagerFactory |
OpenJPAPersistence.createEntityManagerFactory(java.lang.String name,
java.lang.String resource)
Returns a new OpenJPAEntityManagerFactory specified by
name in an XML configuration file at the resource location
resource . |
static OpenJPAEntityManagerFactory |
OpenJPAPersistence.createEntityManagerFactory(java.lang.String name,
java.lang.String resource,
java.util.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. |
OpenJPAEntityManagerFactory |
PersistenceProviderImpl.createEntityManagerFactory(java.lang.String name,
java.lang.String resource,
java.util.Map m)
Loads the entity manager specified by name , applying
the properties in m as overrides to the properties defined
in the XML configuration file for name . |
OpenJPAEntityManagerFactory |
OpenJPAEntityManager.getEntityManagerFactory()
Return the factory that produced this entity manager. |
OpenJPAEntityManagerFactory |
EntityManagerImpl.getEntityManagerFactory()
|
static OpenJPAEntityManagerFactory |
OpenJPAPersistence.getEntityManagerFactory()
Returns the OpenJPAEntityManagerFactory specified by
your OpenJPA defaults. |
static OpenJPAEntityManagerFactory |
OpenJPAPersistence.getEntityManagerFactory(java.util.Map map)
Returns the OpenJPAEntityManagerFactory specified by
your OpenJPA defaults, using map as overrides. |
static OpenJPAEntityManagerFactory |
EntityManagerFactoryValue.newFactory(org.apache.openjpa.kernel.BrokerFactory bf)
Create a new factory of the configured type. |
static OpenJPAEntityManagerFactory |
JPAFacadeHelper.toEntityManagerFactory(org.apache.openjpa.kernel.BrokerFactory factory)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |