Interface EntityManagerSession
- All Superinterfaces:
Session
- All Known Implementing Classes:
EntityManagerSessionImpl
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.persistence.EntityManagerGet anEntityManagerinstance associated with this session.
-
Method Details
-
getEntityManager
jakarta.persistence.EntityManager getEntityManager()Get anEntityManagerinstance associated with this session.- Throws:
ActivitiException- when noEntityManagerFactoryinstance is configured for the process engine.
-