org.apache.openejb.assembler.classic
Class EntityManagerFactoryCallable
java.lang.Object
org.apache.openejb.assembler.classic.EntityManagerFactoryCallable
- All Implemented Interfaces:
- Callable<javax.persistence.EntityManagerFactory>
public class EntityManagerFactoryCallable
- extends Object
- implements Callable<javax.persistence.EntityManagerFactory>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPENEJB_JPA_INIT_ENTITYMANAGER
public static final String OPENEJB_JPA_INIT_ENTITYMANAGER
- See Also:
- Constant Field Values
EntityManagerFactoryCallable
public EntityManagerFactoryCallable(String persistenceProviderClassName,
PersistenceUnitInfoImpl unitInfo,
ClassLoader cl)
call
public javax.persistence.EntityManagerFactory call()
throws Exception
- Specified by:
call in interface Callable<javax.persistence.EntityManagerFactory>
- Throws:
Exception
getUnitInfo
public PersistenceUnitInfoImpl getUnitInfo()
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.