public interface Transaction
Interface of an object that represents a started transaction that can be committed or rolled back.
Author:
Rene de Waele
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Commit this transaction.
    void
    Roll back this transaction.
  • Method Details

    • commit

      void commit()
      Commit this transaction.
    • rollback

      void rollback()
      Roll back this transaction.