All Methods Instance Methods Concrete Methods
| 修飾子とタイプ |
メソッドと説明 |
protected boolean |
canUseEntitySelectFetchSizeCommand(BehaviorCommand<?> command) |
protected Integer |
chooseCursorSelectFetchSize(StatementConfig config) |
protected Integer |
chooseEntitySelectFetchSize(StatementConfig config) |
CallableStatement |
createCallableStatement(Connection conn,
String sql) |
PreparedStatement |
createPreparedStatement(Connection conn,
String sql) |
protected SQLExceptionHandler |
createSQLExceptionHandler() |
protected SQLExceptionResource |
createSQLExceptionResource() |
protected Integer |
deriveCommandFetchSize(StatementConfig config) |
protected void |
doReflectStatementOptions(PreparedStatement ps,
StatementConfig actualConfig) |
protected Integer |
extractPagingByCursorSkipSynchronizedFetchSize(StatementConfig config,
BehaviorCommand<?> command) |
protected StatementConfig |
findStatementConfigOnThread() |
protected StatementConfig |
getActualDefaultConfig(StatementConfig config) |
protected Integer |
getActualFetchSize(StatementConfig config,
StatementConfig defaultConfig) |
protected Integer |
getActualMaxRows(StatementConfig config,
StatementConfig defaultConfig) |
protected Integer |
getActualQueryTimeout(StatementConfig config,
StatementConfig defaultConfig) |
protected StatementConfig |
getActualStatementConfig(StatementConfig config) |
protected BehaviorCommand<?> |
getBehaviorCommand() |
protected Integer |
getFixedPagingByCursorSkipSynchronizedFetchSize() |
protected Integer |
getNextToRequestPriorityFetchSize() |
protected int |
getResultSetConcurrency(StatementConfig config) |
protected int |
getResultSetType(StatementConfig config) |
protected void |
handleSQLException(SQLException e,
SQLExceptionResource resource) |
protected boolean |
isConditionBeanSelectRows(BehaviorCommand<?> command) |
protected boolean |
isFetchBeanSafetyMaxOneSelectCommand(BehaviorCommand<?> command) |
protected boolean |
isSelectCursorFetchSizeCommand(BehaviorCommand<?> command) |
protected boolean |
isUsePagingByCursorSkipSynchronizedFetchSize() |
protected boolean |
judgeFetchBeanSafetyMaxOneSelectCommand(BehaviorCommand<?> command,
FetchBean fetchBean) |
protected boolean |
mightBeCursorSkipConditionBean(ConditionBean cb) |
protected CallableStatement |
prepareCall(Connection conn,
String sql,
int resultSetType,
int resultSetConcurrency) |
protected PreparedStatement |
prepareStatement(Connection conn,
String sql,
int resultSetType,
int resultSetConcurrency) |
protected void |
reflectStatementOptions(PreparedStatement ps,
StatementConfig config) |
void |
setCursorSelectFetchSize(Integer cursorSelectFetchSize) |
void |
setDefaultStatementConfig(StatementConfig defaultStatementConfig) |
void |
setEntitySelectFetchSize(Integer entitySelectFetchSize) |
void |
setFixedPagingByCursorSkipSynchronizedFetchSize(Integer fixedPagingByCursorSkipSynchronizedFetchSize) |
void |
setInternalDebug(boolean internalDebug) |
void |
setUsePagingByCursorSkipSynchronizedFetchSize(boolean usePagingByCursorSkipSynchronizedFetchSize) |