| パッケージ | 説明 |
|---|---|
| org.dbflute.bhv.core | |
| org.dbflute.bhv.core.command | |
| org.dbflute.outsidesql | |
| org.dbflute.outsidesql.executor | |
| org.dbflute.outsidesql.factory |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
OutsideSqlOption |
InvokerAssistant.assistFirstOutsideSqlOption(String tableDbName) |
OutsideSqlOption |
BehaviorCommandMeta.getOutsideSqlOption()
Get the option of outside-SQL if it's outside-SQL.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected OutsideSqlOption |
AbstractOutsideSqlCommand._outsideSqlOption
The option of outside-SQL.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
OutsideSqlOption |
SelectNextValCommand.getOutsideSqlOption() |
OutsideSqlOption |
AbstractSelectCBCommand.getOutsideSqlOption() |
OutsideSqlOption |
AbstractQueryEntityCBCommand.getOutsideSqlOption() |
OutsideSqlOption |
AbstractOutsideSqlCommand.getOutsideSqlOption() |
OutsideSqlOption |
AbstractListEntityCommand.getOutsideSqlOption() |
OutsideSqlOption |
AbstractEntityCommand.getOutsideSqlOption() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
AbstractOutsideSqlCommand.setOutsideSqlOption(OutsideSqlOption outsideSqlOption) |
protected void |
AbstractOutsideSqlSelectCommand.setupFetchBean(Object pmb,
OutsideSqlOption option) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
OutsideSqlOption |
OutsideSqlOption.autoPaging() |
OutsideSqlOption |
OutsideSqlOption.copyOptionForPagingCount() |
OutsideSqlOption |
OutsideSqlOption.enableNonSpecifiedColumnAccess() |
OutsideSqlOption |
OutsideSqlOption.formatSql() |
OutsideSqlOption |
OutsideSqlOption.manualPaging() |
OutsideSqlOption |
OutsideSqlOption.removeBlockComment() |
OutsideSqlOption |
OutsideSqlOption.removeLineComment() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static String |
OutsideSqlContext.generateSpecifiedOutsideSqlUniqueKey(String methodName,
String path,
Object pmb,
OutsideSqlOption option,
Class<?> resultType) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected OutsideSqlOption |
OutsideSqlEntityExecutor._outsideSqlOption
The option of outside-SQL.
|
protected OutsideSqlOption |
OutsideSqlCursorExecutor._outsideSqlOption
The option of outside-SQL.
|
protected OutsideSqlOption |
OutsideSqlBasicExecutor._outsideSqlOption
The option of outside-SQL.
|
protected OutsideSqlOption |
AbstractOutsideSqlPagingExecutor._outsideSqlOption
The option of outside-SQL.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
OutsideSqlOption |
OutsideSqlBasicExecutor.getOutsideSqlOption() |
| コンストラクタと説明 |
|---|
AbstractOutsideSqlPagingExecutor(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption,
OutsideSqlExecutorFactory outsideSqlExecutorFactory) |
OutsideSqlAutoPagingExecutor(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption,
OutsideSqlExecutorFactory outsideSqlExecutorFactory) |
OutsideSqlBasicExecutor(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption,
OutsideSqlContextFactory outsideSqlContextFactory,
OutsideSqlFilter outsideSqlFilter,
OutsideSqlExecutorFactory outsideSqlExecutorFactory) |
OutsideSqlCursorExecutor(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption,
OutsideSqlContextFactory outsideSqlContextFactory,
OutsideSqlFilter outsideSqlFilter,
OutsideSqlExecutorFactory outsideSqlExecutorFactory) |
OutsideSqlEntityExecutor(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption,
OutsideSqlExecutorFactory outsideSqlExecutorFactory) |
OutsideSqlManualPagingExecutor(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption,
OutsideSqlExecutorFactory outsideSqlExecutorFactory) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<BEHAVIOR> OutsideSqlAutoPagingExecutor<BEHAVIOR> |
OutsideSqlExecutorFactory.createAutoPaging(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption)
Create the auto-paging executor of outside-SQL.
|
<BEHAVIOR> OutsideSqlAutoPagingExecutor<BEHAVIOR> |
DefaultOutsideSqlExecutorFactory.createAutoPaging(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption)
Create the auto-paging executor of outside-SQL.
|
<BEHAVIOR> OutsideSqlBasicExecutor<BEHAVIOR> |
OutsideSqlExecutorFactory.createBasic(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption)
Create the basic executor of outside-SQL.
|
<BEHAVIOR> OutsideSqlBasicExecutor<BEHAVIOR> |
DefaultOutsideSqlExecutorFactory.createBasic(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption)
Create the basic executor of outside-SQL.
|
<BEHAVIOR> OutsideSqlCursorExecutor<BEHAVIOR> |
OutsideSqlExecutorFactory.createCursor(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption)
Create the cursor executor of outside-SQL.
|
<BEHAVIOR> OutsideSqlCursorExecutor<BEHAVIOR> |
DefaultOutsideSqlExecutorFactory.createCursor(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption)
Create the cursor executor of outside-SQL.
|
<BEHAVIOR> OutsideSqlEntityExecutor<BEHAVIOR> |
OutsideSqlExecutorFactory.createEntity(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption)
Create the entity executor of outside-SQL.
|
<BEHAVIOR> OutsideSqlEntityExecutor<BEHAVIOR> |
DefaultOutsideSqlExecutorFactory.createEntity(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption)
Create the entity executor of outside-SQL.
|
<BEHAVIOR> OutsideSqlManualPagingExecutor<BEHAVIOR> |
OutsideSqlExecutorFactory.createManualPaging(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption)
Create the manual-paging executor of outside-SQL.
|
<BEHAVIOR> OutsideSqlManualPagingExecutor<BEHAVIOR> |
DefaultOutsideSqlExecutorFactory.createManualPaging(BehaviorCommandInvoker behaviorCommandInvoker,
String tableDbName,
DBDef currentDBDef,
OutsideSqlOption outsideSqlOption)
Create the manual-paging executor of outside-SQL.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.