Class EntityManagerManagerImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.persistence.EntityManager getEntityManager​(java.lang.String persistenceUnitName)
      Gets the active EntityManager for this request, creating it as necessary.
      java.util.Map<java.lang.String,​javax.persistence.EntityManager> getEntityManagers()
      Gets all active EntityManagers for this request, creating them as necessary.
      void threadDidCleanup()
      Invoked by PerthreadManager service when a thread performs and end-of-request cleanup.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait