Package org.jboss.as.jpa.management
Class EntityManagerFactoryLookup
- java.lang.Object
-
- org.jboss.as.jpa.management.EntityManagerFactoryLookup
-
- All Implemented Interfaces:
EntityManagerFactoryAccess
public class EntityManagerFactoryLookup extends Object implements EntityManagerFactoryAccess
EntityManagerFactoryLookup- Author:
- Scott Marlow
-
-
Constructor Summary
Constructors Constructor Description EntityManagerFactoryLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.persistence.EntityManagerFactoryentityManagerFactory(String scopedPersistenceUnitName)
-
-
-
Method Detail
-
entityManagerFactory
public javax.persistence.EntityManagerFactory entityManagerFactory(String scopedPersistenceUnitName)
- Specified by:
entityManagerFactoryin interfaceEntityManagerFactoryAccess
-
-