メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド abstractメソッド デフォルト・メソッド
default void
Accepts a
OrmConnection handler for a task with object-relation mapping.
default <R> R
Applies a
OrmConnection handler for a task with object-relation mapping and gets the
result.
インタフェースから継承されたメソッド org.nkjmlab.sorm4j.table.TableMappedOrm
count , delete , delete , delete , deleteAll , deleteByPrimaryKey , deleteByPrimaryKeyIn , exists , exists , getAllEqualSql , getResultSetTraverser , getRowMapper , getTableMetaData , getTableName , getValueType , insert , insert , insert , insertAndGet , insertAndGet , insertAndGet , insertMapIn , insertMapIn , insertMapIn , join , join , joinOn , joinSqlBuilder , joinUsing , leftJoinOn , merge , merge , merge , readFirst , readFirst , readList , readList , readOne , readOne , selectAll , selectByPrimaryKey , selectFirstAllEqual , selectListAllEqual , selectOneAllEqual , stream , stream , streamAll , update , update , update , updateByPrimaryKey
メソッドの詳細
create
型パラメータ:
T -
パラメータ:
orm -
valueType -
戻り値:
open
Open TableOrmConnection. You should always use try-with-resources block to
ensure the database connection is released.
戻り値:
acceptHandler
Accepts a
OrmConnection handler for a task with object-relation mapping. The connection
will be closed after the process of handler.
パラメータ:
handler -
applyHandler
Applies a
OrmConnection handler for a task with object-relation mapping and gets the
result. The connection will be closed after the process of handler.
型パラメータ:
R -
パラメータ:
connectionHandler -
戻り値: