Interface Transaction

All Known Subinterfaces:
ExtendedTransaction
All Known Implementing Classes:
AbstractExtendedTransaction, ConnectionTransaction, TransactionManager, TransactionTest

public interface Transaction
トランザクション処理を表すインターフェース
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    コミット処理を実装します。
    void
    ロールバック処理を実装します。