Interface Work<R>

All Known Implementing Classes:
VoidWork

public interface Work<R>
For executing transactions, this is a unit of work.
Author:
Jeff Schnitzer invalid input: '<'[email protected]>
  • Method Summary

    Modifier and Type
    Method
    Description
    run()
     
  • Method Details

    • run

      R run()