This is a cache of http://dbflute.seasar.org/ja/manual/function/ormapper/behavior/select/index.html. It is a snapshot of the page as it appeared on 2025-11-26T01:45:29.897+0000.
Behaviorの<strong>検</strong>索系 | DBFlute

Behaviorの索系

selectCount(cb)
カウント
selectEntity(cb)
一件索(結果がない場合はnullを戻す)
selectEntityWithDeletedCheck(cb)
一件索(結果がない場合は例外発生)
selectByPKValue(pk)
PKによる一件索(結果がない場合はnullを戻す)
selectByPKValueWithDeletedCheck(pk)
PKによる一件索(結果がない場合は例外発生)
selectList(cb)
リスト
selectPage(cb)
ページング
selectCursor(cb, entityRowHandler)
カーソル索(Entityへのマッピングなし)
selectNextVal()
シーケンス索(登録時は自動取得されるので基本的に利用する必要なし)
scalarSelect(cb)
スカラ索(max(), min(), avg()など)
LoadReferrer
子テーブルの取得(Refererrテーブル毎にメソッドがある)