Interface RequiresNewController.Callback<R>

Type Parameters:
R - the result type
Enclosing interface:
RequiresNewController

public static interface RequiresNewController.Callback<R>
A callback that is executed in a REQUIRES_NEW transaction.
  • Method Summary

    Modifier and Type
    Method
    Description
    Executes this callback.
  • Method Details

    • execute

      R execute()
      Executes this callback.
      Returns:
      the result