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>
|
Method Summary |
javax.persistence.EntityManagerFactory |
call()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityManagerFactoryCallable
public EntityManagerFactoryCallable(String persistenceProviderClassName,
PersistenceUnitInfoImpl unitInfo)
call
public javax.persistence.EntityManagerFactory call()
throws Exception
- Specified by:
call in interface Callable<javax.persistence.EntityManagerFactory>
- Throws:
Exception
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.