| パッケージ | 説明 |
|---|---|
| org.dbflute.bhv | |
| org.dbflute.bhv.core.command | |
| org.dbflute.bhv.core.context | |
| org.dbflute.s2dao.rshandler |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected <RESULT extends ENTITY> |
AbstractBehaviorReadable.createSelectCursorCBCommand(ConditionBean cb,
EntityRowHandler<RESULT> entityRowHandler,
Class<? extends RESULT> entityType) |
protected <RESULT extends ENTITY> |
AbstractBehaviorReadable.delegateSelectCursor(ConditionBean cb,
EntityRowHandler<RESULT> handler,
Class<? extends RESULT> entityType) |
protected <RESULT extends ENTITY> |
AbstractBehaviorReadable.doSelectCursor(CB cb,
EntityRowHandler<RESULT> handler,
Class<? extends RESULT> entityType) |
protected void |
AbstractBehaviorReadable.facadeSelectCursor(CB cb,
EntityRowHandler<ENTITY> entityRowHandler) |
protected <RESULT extends ENTITY> |
AbstractBehaviorReadable.helpSelectCursorHandlingByPaging(CB cb,
EntityRowHandler<RESULT> entityRowHandler,
Class<? extends RESULT> entityType,
CursorSelectOption option) |
protected <RESULT extends ENTITY> |
AbstractBehaviorReadable.helpSelectCursorInternally(CB cb,
EntityRowHandler<RESULT> handler,
Class<? extends RESULT> entityType) |
<RESULT extends Entity> |
BehaviorReadable.readCursor(ConditionBean cb,
EntityRowHandler<RESULT> entityLambda)
Read the cursor by the row handler.
|
<RESULT extends Entity> |
AbstractBehaviorReadable.readCursor(ConditionBean cb,
EntityRowHandler<RESULT> entityLambda) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected EntityRowHandler<ENTITY> |
SelectCursorCBCommand._entityRowHandler
The handler of entity row.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
SelectCursorCBCommand.setEntityRowHandler(EntityRowHandler<ENTITY> entityRowHandler) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
EntityRowHandler<? extends Entity> |
ContextStack.getEntityRowHandler() |
static EntityRowHandler<? extends Entity> |
ConditionBeanContext.getEntityRowHandlerOnThread()
Get the handler of entity row. on thread.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ContextStack.setEntityRowHandler(EntityRowHandler<? extends Entity> entityRowHandler) |
static void |
ConditionBeanContext.setEntityRowHandlerOnThread(EntityRowHandler<? extends Entity> handler)
Set the handler of entity row on thread.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected EntityRowHandler<Entity> |
TnBeanCursorResultSetHandler.getEntityRowHandler() |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.