パッケージ org.nkjmlab.sorm4j

インタフェース TransactionFunction

    • メソッドの詳細

      • close

        void close()
        Closes the Connection associated with this instance.
        導入されたバージョン:
        1.0
        関連項目:
        Connection.close()
      • commit

        void commit()
        Commits the Connection associated with this instance.
        導入されたバージョン:
        1.0
        関連項目:
        Connection.commit()
      • setAutoCommit

        void setAutoCommit​(boolean autoCommit)
        Sets the auto commit behavior for the Connection associated with this instance.
        導入されたバージョン:
        1.0
        関連項目:
        Connection.setAutoCommit(boolean)
      • begin

        void begin​(int isolationLevel)
      • begin

        void begin()