| パッケージ | 説明 |
|---|---|
| org.dbflute.bhv.writable | |
| org.dbflute.cbean | |
| org.dbflute.outsidesql.executor |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
UpdateOption.assertStatementConfigNotDuplicated(StatementConfigCall<StatementConfig> configCall) |
protected void |
InsertOption.assertStatementConfigNotDuplicated(StatementConfigCall<StatementConfig> configCall) |
protected void |
DeleteOption.assertStatementConfigNotDuplicated(StatementConfigCall<StatementConfig> configCall) |
void |
UpdateOption.configure(StatementConfigCall<StatementConfig> confLambda)
Configure statement JDBC options. e.g. queryTimeout, fetchSize, ...
|
void |
InsertOption.configure(StatementConfigCall<StatementConfig> confLambda)
Configure statement JDBC options. e.g. queryTimeout, fetchSize, ...
|
void |
DeleteOption.configure(StatementConfigCall<StatementConfig> confLambda)
Configure statement JDBC options. e.g. queryTimeout, fetchSize, ...
|
protected StatementConfig |
UpdateOption.createStatementConfig(StatementConfigCall<StatementConfig> configCall) |
protected StatementConfig |
InsertOption.createStatementConfig(StatementConfigCall<StatementConfig> configCall) |
protected StatementConfig |
DeleteOption.createStatementConfig(StatementConfigCall<StatementConfig> configCall) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
AbstractConditionBean.assertStatementConfigNotDuplicated(StatementConfigCall<StatementConfig> configCall) |
void |
ConditionBean.configure(StatementConfigCall<StatementConfig> confLambda)
Configure statement JDBC options. e.g. queryTimeout, fetchSize, ...
|
void |
AbstractConditionBean.configure(StatementConfigCall<StatementConfig> confLambda)
Configure statement JDBC options. e.g. queryTimeout, fetchSize, ...
|
protected StatementConfig |
AbstractConditionBean.createStatementConfig(StatementConfigCall<StatementConfig> configCall) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
OutsideSqlAllFacadeExecutor.assertStatementConfigNotDuplicated(StatementConfigCall<StatementConfig> configCall) |
OutsideSqlAllFacadeExecutor<BEHAVIOR> |
OutsideSqlAllFacadeExecutor.configure(StatementConfigCall<StatementConfig> confLambda)
Configure statement JDBC options. e.g. queryTimeout, fetchSize, ...
|
protected StatementConfig |
OutsideSqlAllFacadeExecutor.createStatementConfig(StatementConfigCall<StatementConfig> configCall) |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.