| 修飾子とタイプ | メソッドと説明 |
|---|---|
StatementConfig |
InvokerAssistant.assistDefaultStatementConfig() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static StatementConfig |
InternalMapContext.getUpdateStatementConfig() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
InternalMapContext.setUpdateStatementConfig(StatementConfig updateStatementConfig) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected StatementConfig |
DeleteOption._deleteStatementConfig |
protected StatementConfig |
InsertOption._insertStatementConfig |
protected StatementConfig |
UpdateOption._updateStatementConfig |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected StatementConfig |
UpdateOption.createStatementConfig(StatementConfigCall<StatementConfig> configCall) |
protected StatementConfig |
InsertOption.createStatementConfig(StatementConfigCall<StatementConfig> configCall) |
protected StatementConfig |
DeleteOption.createStatementConfig(StatementConfigCall<StatementConfig> configCall) |
StatementConfig |
DeleteOption.getDeleteStatementConfig() |
StatementConfig |
InsertOption.getInsertStatementConfig() |
StatementConfig |
UpdateOption.getUpdateStatementConfig() |
protected StatementConfig |
UpdateOption.newStatementConfig() |
protected StatementConfig |
InsertOption.newStatementConfig() |
protected StatementConfig |
DeleteOption.newStatementConfig() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 StatementConfig |
AbstractConditionBean._statementConfig
The configuration of statement.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected StatementConfig |
AbstractConditionBean.createStatementConfig(StatementConfigCall<StatementConfig> configCall) |
StatementConfig |
ConditionBean.getStatementConfig()
Get the configuration of statement that is set through configure().
|
StatementConfig |
AbstractConditionBean.getStatementConfig()
Get the configuration of statement that is set through configure().
|
protected StatementConfig |
AbstractConditionBean.newStatementConfig() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
StatementConfigCall<CONF extends StatementConfig>
The callback interface of statement configuration.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
StatementConfig |
StatementConfig.createSnapshot() |
StatementConfig |
StatementConfig.fetchSize(Integer fetchSize) |
StatementConfig |
StatementConfig.maxRows(Integer maxRows) |
StatementConfig |
StatementConfig.queryTimeout(Integer queryTimeout) |
StatementConfig |
StatementConfig.suppressDefault() |
StatementConfig |
StatementConfig.typeForwardOnly() |
StatementConfig |
StatementConfig.typeScrollInsensitive() |
StatementConfig |
StatementConfig.typeScrollSensitive() |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected StatementConfig |
OutsideSqlOption._statementConfig
The configuration of statement specified by configure().
|
protected StatementConfig |
OutsideSqlContext._statementConfig
The configuration of statement.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
StatementConfig |
OutsideSqlOption.getStatementConfig() |
StatementConfig |
OutsideSqlContext.getStatementConfig() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
OutsideSqlOption.setStatementConfig(StatementConfig statementConfig) |
void |
OutsideSqlContext.setStatementConfig(StatementConfig statementConfig) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected StatementConfig |
OutsideSqlAllFacadeExecutor.createStatementConfig(StatementConfigCall<StatementConfig> configCall) |
protected StatementConfig |
OutsideSqlAllFacadeExecutor.newStatementConfig() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
OutsideSqlManualPagingExecutor<BEHAVIOR> |
OutsideSqlManualPagingExecutor.configure(StatementConfig statementConfig)
Configure statement JDBC options.
|
OutsideSqlEntityExecutor<BEHAVIOR> |
OutsideSqlEntityExecutor.configure(StatementConfig statementConfig)
Configure statement JDBC options.
|
OutsideSqlCursorExecutor<BEHAVIOR> |
OutsideSqlCursorExecutor.configure(StatementConfig statementConfig)
Configure statement JDBC options.
|
OutsideSqlBasicExecutor<BEHAVIOR> |
OutsideSqlBasicExecutor.configure(StatementConfig statementConfig)
Configure statement JDBC options.
|
OutsideSqlAutoPagingExecutor<BEHAVIOR> |
OutsideSqlAutoPagingExecutor.configure(StatementConfig statementConfig)
Configure statement JDBC options.
|
AbstractOutsideSqlPagingExecutor<BEHAVIOR> |
AbstractOutsideSqlPagingExecutor.configure(StatementConfig statementConfig)
Configure statement JDBC options.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected StatementConfig |
TnStatementFactoryImpl._defaultStatementConfig |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected StatementConfig |
TnStatementFactoryImpl.findStatementConfigOnThread() |
protected StatementConfig |
TnStatementFactoryImpl.getActualDefaultConfig(StatementConfig config) |
protected StatementConfig |
TnStatementFactoryImpl.getActualStatementConfig(StatementConfig config) |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.