Interface EntityManagerSession
-
- All Superinterfaces:
Session
- All Known Implementing Classes:
EntityManagerSessionImpl
public interface EntityManagerSession extends Session
- Author:
- Frederik Heremans
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.persistence.EntityManager
getEntityManager()
Get anEntityManager
instance associated with this session.
-
-
-
Method Detail
-
getEntityManager
javax.persistence.EntityManager getEntityManager()
Get anEntityManager
instance associated with this session.- Throws:
ProcessEngineException
- when noEntityManagerFactory
instance is configured for the process engine.
-
-