Interface EntityManagerSession

All Superinterfaces:
Session
All Known Implementing Classes:
EntityManagerSessionImpl

@Internal public interface EntityManagerSession extends Session
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.persistence.EntityManager
    Get an EntityManager instance associated with this session.

    Methods inherited from interface org.activiti.engine.impl.interceptor.Session

    close, flush
  • Method Details

    • getEntityManager

      jakarta.persistence.EntityManager getEntityManager()
      Get an EntityManager instance associated with this session.
      Throws:
      ActivitiException - when no EntityManagerFactory instance is configured for the process engine.