Interface ITransactionJPA

    • Method Detail

      • getEntityManager

        EntityManager getEntityManager()
        Returns the default entity manager for this transaction.
        Returns:
        the default entity manager for this transaction.
        Since:
        4.2.0
      • getEntityManager

        EntityManager getEntityManager​(String databaseId)
        Returns the entity manager associated with the specified database.
        Parameters:
        databaseId - the database id.
        Returns:
        the entity manager.
        Since:
        4.2.0