| Modifier and Type | Field and Description |
|---|---|
static String |
OPENEJB_JPA_INIT_ENTITYMANAGER |
static String |
OPENJPA_ENTITY_MANAGER_FACTORY_POOL |
| Constructor and Description |
|---|
EntityManagerFactoryCallable(String persistenceProviderClassName,
PersistenceUnitInfoImpl unitInfo,
ClassLoader cl) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.EntityManagerFactory |
call() |
PersistenceUnitInfoImpl |
getUnitInfo() |
void |
overrideClassLoader(ClassLoader loader) |
public static final String OPENEJB_JPA_INIT_ENTITYMANAGER
public static final String OPENJPA_ENTITY_MANAGER_FACTORY_POOL
public EntityManagerFactoryCallable(String persistenceProviderClassName, PersistenceUnitInfoImpl unitInfo, ClassLoader cl)
public javax.persistence.EntityManagerFactory call()
throws Exception
public PersistenceUnitInfoImpl getUnitInfo()
public void overrideClassLoader(ClassLoader loader)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.