Class EntityManagerSourceImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.persistence.EntityManager create​(java.lang.String persistenceUnitName)
      Creates an EntityManager for the given persistence unit name.
      javax.persistence.EntityManagerFactory getEntityManagerFactory​(java.lang.String persistenceUnitName)
      Gets the EntityManagerFactory for the given persistence unit name, creating it as necessary.
      java.util.List<javax.persistence.spi.PersistenceUnitInfo> getPersistenceUnitInfos()
      Get the list of PersistenceUnitInfo parsed from persistence.xml.
      void listenForShutdown​(RegistryShutdownHub hub)  
      • Methods inherited from class java.lang.Object

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