Interface TransactionImplementor

    • Method Detail

      • isActive

        boolean isActive​(boolean isMarkedRollbackConsideredActive)
        Indicate whether a resource transaction is in progress.
        Parameters:
        isMarkedRollbackConsideredActive - whether to consider TransactionStatus.MARKED_ROLLBACK as active.
        Returns:
        boolean indicating whether transaction is in progress
        Throws:
        HibernateException - if an unexpected error condition is encountered.