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-11-13T00:30:21.792+0000.
外だし<strong>s</strong>QLの検索系 | DBFlute

外だしsQLの検索系

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