Interface EntityManagerSession

All Superinterfaces:
Session
All Known Implementing Classes:
EntityManagerSessionImpl

public interface EntityManagerSession extends Session
Author:
Frederik Heremans
  • Method Summary

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

    Methods inherited from interface org.flowable.common.engine.impl.interceptor.Session

    close, flush
  • Method Details

    • getEntityManager

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