Interface AbstractUserDatabase.Transaction

All Superinterfaces:
AutoCloseable
Enclosing class:
AbstractUserDatabase

public static interface AbstractUserDatabase.Transaction extends AutoCloseable
An abstract transaction.

An abstract transaction interface.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Commits the transaction.
    void
    Rolls back the transaction.

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • commit

      void commit()
      Commits the transaction.

      See Also:
    • rollback

      void rollback()
      Rolls back the transaction.

      See Also: