パッケージ org.nkjmlab.sorm4j

インタフェース TransactionFunction

既知のサブインタフェースのリスト:
OrmConnection, OrmConnectionCommon, OrmTransaction

public interface TransactionFunction
Functions of handling transaction.
作成者:
nkjm
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
    Begin transaction.
    void
    begin(int isolationLevel)
    Begins transaction with the given transaction isolation level.
    void
    Closes the Connection associated with this instance.
    void
    Commits the Connection associated with this instance.
    void
    Rollback the Connection associated with this instance.
    void
    setAutoCommit(boolean autoCommit)
    Sets the auto commit behavior for the Connection associated with this instance.