Interface TransactionUtil.TransactionWork<Result>

Enclosing class:
TransactionUtil

public static interface TransactionUtil.TransactionWork<Result>
Deprecated.
Transaction work interface.

This interface encapsulates a unit of work that should be done within a transaction.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Method containing the work to be done in the user transaction.
  • Method Details

    • doWork

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