- すべてのスーパーインタフェース:
AutoCloseable,Orm,OrmConnection
An transaction with object relation mapping.
- 作成者:
- nkjm
-
メソッドの概要
インタフェースから継承されたメソッド org.nkjmlab.sorm4j.Orm
delete, delete, delete, deleteAll, deleteAllIn, deleteByPrimaryKey, deleteByPrimaryKeyIn, deleteIn, deleteIn, deleteIn, execute, execute, executeQuery, executeQuery, executeQuery, executeQuery, executeUpdate, executeUpdate, exists, exists, exists, exists, getContext, getJdbcDatabaseMetaData, getJdbcTableMetaData, getResultSetTraverser, getRowMapper, getTableMetaData, getTableName, getTableSql, getTableSql, insert, insert, insert, insertAndGet, insertAndGet, insertAndGet, insertAndGetIn, insertAndGetIn, insertAndGetIn, insertIn, insertIn, insertIn, insertMapIn, insertMapIn, insertMapIn, join, join, 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, getJdbcConnection, 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- 関連項目:
-