Package org.jipijapa.management.spi
Interface EntityManagerFactoryAccess
-
public interface EntityManagerFactoryAccessEntityManagerFactoryAccess- Author:
- Scott Marlow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description jakarta.persistence.EntityManagerFactoryentityManagerFactory(String scopedPersistenceUnitName)returns the entity manager factory that statistics should be obtained for.
-
-
-
Method Detail
-
entityManagerFactory
jakarta.persistence.EntityManagerFactory entityManagerFactory(String scopedPersistenceUnitName) throws IllegalStateException
returns the entity manager factory that statistics should be obtained for.- Parameters:
scopedPersistenceUnitName- is persistence unit name scoped to the current platform- Returns:
- EntityManagerFactory
- Throws:
IllegalStateException- if scopedPersistenceUnitName is not found
-
-