Interface TransactionUtil.TransactionWork<Result>

    • Method Detail

      • doWork

        Result doWork()
               throws java.lang.Throwable
        Deprecated.
        Method containing the work to be done in the user transaction.
        Returns:
        Return the result of the operation
        Throws:
        java.lang.Throwable