| パッケージ | 説明 |
|---|---|
| org.dbflute.outsidesql.executor | |
| org.dbflute.outsidesql.factory |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
OutsideSqlAutoPagingExecutor<BEHAVIOR> |
OutsideSqlBasicExecutor.autoPaging()
Prepare the paging as auto-paging.
|
OutsideSqlAutoPagingExecutor<BEHAVIOR> |
OutsideSqlAutoPagingExecutor.configure(StatementConfig statementConfig)
Configure statement JDBC options.
|
protected OutsideSqlAutoPagingExecutor<BEHAVIOR> |
OutsideSqlBasicExecutor.createOutsideSqlAutoPagingExecutor() |
OutsideSqlAutoPagingExecutor<BEHAVIOR> |
OutsideSqlAutoPagingExecutor.formatSql()
Set up format-SQL for this outside-SQL.
|
OutsideSqlAutoPagingExecutor<BEHAVIOR> |
OutsideSqlAutoPagingExecutor.removeBlockComment()
Set up remove-block-comment for this outside-SQL.
|
OutsideSqlAutoPagingExecutor<BEHAVIOR> |
OutsideSqlAutoPagingExecutor.removeLineComment()
Set up remove-line-comment for this outside-SQL.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<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.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.