This is a cache of http://dbflute.seasar.org/ja/manual/function/ormapper/outsidesql/select/index.html. It is a snapshot of the page at 2024-03-19T00:30:08.066+0000.
外だしSQLの<strong>検索</strong>系 | DBFlute

外だしSQLの検索

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