-
- すべてのスーパーインタフェース:
AutoCloseable,Orm,OrmConnection
public interface OrmTransaction extends OrmConnection
An transaction with object relation mapping.- 作成者:
- nkjm
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 voidclose()Closes theConnectionassociated with this instance.-
インタフェースから継承されたメソッド org.nkjmlab.sorm4j.Orm
delete, delete, delete, deleteAll, deleteAllIn, deleteByPrimaryKey, deleteByPrimaryKeyIn, deleteIn, deleteIn, deleteIn, executeQuery, executeQuery, executeQuery, executeQuery, executeUpdate, executeUpdate, exists, exists, exists, exists, getContext, getJdbcConnection, getJdbcDatabaseMetaData, getResultSetTraverser, getRowMapper, getTableMetaData, getTableMetaData, getTableName, getTableSql, getTableSql, insert, insert, insert, insertAndGet, insertAndGet, insertAndGet, insertAndGetIn, insertAndGetIn, insertAndGetIn, insertIn, insertIn, insertIn, insertMapIn, insertMapIn, insertMapIn, joinOn, joinOn, joinUsing, leftJoinOn, leftJoinOn, merge, merge, merge, mergeIn, mergeIn, mergeIn, readFirst, readFirst, readList, readList, readOne, readOne, readTupleList, readTupleList, readTupleList, readTupleList, selectAll, selectByPrimaryKey, stream, stream, streamAll, update, update, update, updateByPrimaryKey, updateByPrimaryKeyIn, updateIn, updateIn, updateIn
-
インタフェースから継承されたメソッド org.nkjmlab.sorm4j.OrmConnection
commit, mapToTable, mapToTable, rollback, setAutoCommit
-
-
-
-
メソッドの詳細
-
close
void close()
Closes theConnectionassociated with this instance.Note: If you do not explicitly commit in a opened transaction, it will be rolled back.
- 定義:
closeインタフェース内AutoCloseable- 定義:
closeインタフェース内OrmConnection- 関連項目:
Connection.close()
-
-