| パッケージ | 説明 |
|---|---|
| org.dbflute.bhv | |
| org.dbflute.bhv.core | |
| org.dbflute.outsidesql.executor | |
| org.dbflute.outsidesql.factory |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected <BEHAVIOR extends BehaviorReadable> |
AbstractBehaviorReadable.doOutsideSql()
Prepare an outside-SQL execution by returning an instance of the executor for outside-SQL.
|
<BEHAVIOR extends BehaviorReadable> |
BehaviorReadable.readyOutsideSql()
Prepare an outside-SQL execution by returning an instance of the executor for outside-SQL.
|
<BEHAVIOR extends BehaviorReadable> |
AbstractBehaviorReadable.readyOutsideSql()
Prepare an outside-SQL execution by returning an instance of the executor for outside-SQL.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<BEHAVIOR> OutsideSqlAllFacadeExecutor<BEHAVIOR> |
BehaviorCommandInvoker.createOutsideSqlAllFacadeExecutor(String tableDbName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
OutsideSqlAllFacadeExecutor<BEHAVIOR> |
OutsideSqlAllFacadeExecutor.configure(StatementConfigCall<StatementConfig> confLambda)
Configure statement JDBC options. e.g. queryTimeout, fetchSize, ...
|
OutsideSqlAllFacadeExecutor<BEHAVIOR> |
OutsideSqlAllFacadeExecutor.formatSql()
Set up format-SQL for this outsideSql.
|
OutsideSqlAllFacadeExecutor<BEHAVIOR> |
OutsideSqlAllFacadeExecutor.removeBlockComment()
Set up remove-block-comment for this outsideSql.
|
OutsideSqlAllFacadeExecutor<BEHAVIOR> |
OutsideSqlAllFacadeExecutor.removeLineComment()
Set up remove-line-comment for this outsideSql.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<BEHAVIOR> OutsideSqlAllFacadeExecutor<BEHAVIOR> |
OutsideSqlExecutorFactory.createAllFacade(OutsideSqlBasicExecutor<BEHAVIOR> basicExecutor)
Create the all facade of outside-SQL.
|
<BEHAVIOR> OutsideSqlAllFacadeExecutor<BEHAVIOR> |
DefaultOutsideSqlExecutorFactory.createAllFacade(OutsideSqlBasicExecutor<BEHAVIOR> basicExecutor)
Create the all facade of outside-SQL.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.