This is a cache of http://dbflute.seasar.org/ja/manual/function/ormapper/outsidesql/select/index.html. It is a snapshot of the page as it appeared on 2025-11-26T01:56:07.171+0000.
外だしSQLの<strong>検</strong>索系 | DBFlute

外だしSQLの索系

selectList()
リスト
entityHandling().selectEntity()
一件索(結果がない場合はnullを戻す)
entityHandling().selectEntityWithDeletedCheck(cb)
一件索(結果がない場合は例外発生)
manualPaging().selectPage()
手動のページング
autoPaging().selectPage()
自動のページング
cursorHandling().selectCursor()
カーソル
LikeSearch
LikeSearch条件(曖昧索) - new LikeSearchOption().likePrefix()