| パッケージ | 説明 |
|---|---|
| org.dbflute.bhv | |
| org.dbflute.cbean | |
| org.dbflute.cbean.coption |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
AbstractBehaviorReadable.helpSelectCursorCheckingByPagingAllowed(CB cb,
CursorSelectOption option) |
protected void |
AbstractBehaviorReadable.helpSelectCursorCheckingOrderByPK(CB cb,
CursorSelectOption option) |
protected <RESULT extends ENTITY> |
AbstractBehaviorReadable.helpSelectCursorHandlingByPaging(CB cb,
EntityRowHandler<RESULT> entityRowHandler,
Class<? extends RESULT> entityType,
CursorSelectOption option) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected CursorSelectOption |
AbstractConditionBean._cursorSelectOption
The option of cursor select.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CursorSelectOption |
ConditionBean.getCursorSelectOption()
Get the option of cursor select.
|
CursorSelectOption |
AbstractConditionBean.getCursorSelectOption()
Get the option of cursor select.
|
protected CursorSelectOption |
AbstractConditionBean.newCursorSelectOption() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
AbstractConditionBean.doAcceptCursorSelectOption(SVOptionCall<CursorSelectOption> opLambda) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CursorSelectOption |
CursorSelectOption.byPagingOrderByPK(int pageSize)
Do cursor select by paging ordering by PK.
|
CursorSelectOption |
CursorSelectOption.byPagingSimply(int pageSize)
非推奨です。
Consistent-read is not guaranteed so you should use this carefully.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.