public class EntityManagerFactoryLookup extends Object implements EntityManagerFactoryAccess
| Constructor and Description |
|---|
EntityManagerFactoryLookup() |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.EntityManagerFactory |
entityManagerFactory(String scopedPersistenceUnitName)
returns the entity manager factory that statistics should be obtained for.
|
public javax.persistence.EntityManagerFactory entityManagerFactory(String scopedPersistenceUnitName)
EntityManagerFactoryAccessentityManagerFactory in interface EntityManagerFactoryAccessscopedPersistenceUnitName - is persistence unit name scoped to the current platformCopyright © 2021 JBoss by Red Hat. All rights reserved.