类 JdbcProperties.Template
java.lang.Object
org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- 封闭类:
JdbcProperties
JdbcTemplate
settings.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
int
boolean
boolean
boolean
boolean
void
setFetchSize
(int fetchSize) void
setIgnoreWarnings
(boolean ignoreWarnings) void
setMaxRows
(int maxRows) void
setQueryTimeout
(Duration queryTimeout) void
setResultsMapCaseInsensitive
(boolean resultsMapCaseInsensitive) void
setSkipResultsProcessing
(boolean skipResultsProcessing) void
setSkipUndeclaredResults
(boolean skipUndeclaredResults)
-
构造器详细资料
-
Template
public Template()
-
-
方法详细资料
-
isIgnoreWarnings
public boolean isIgnoreWarnings() -
setIgnoreWarnings
public void setIgnoreWarnings(boolean ignoreWarnings) -
getFetchSize
public int getFetchSize() -
setFetchSize
public void setFetchSize(int fetchSize) -
getMaxRows
public int getMaxRows() -
setMaxRows
public void setMaxRows(int maxRows) -
getQueryTimeout
-
setQueryTimeout
-
isSkipResultsProcessing
public boolean isSkipResultsProcessing() -
setSkipResultsProcessing
public void setSkipResultsProcessing(boolean skipResultsProcessing) -
isSkipUndeclaredResults
public boolean isSkipUndeclaredResults() -
setSkipUndeclaredResults
public void setSkipUndeclaredResults(boolean skipUndeclaredResults) -
isResultsMapCaseInsensitive
public boolean isResultsMapCaseInsensitive() -
setResultsMapCaseInsensitive
public void setResultsMapCaseInsensitive(boolean resultsMapCaseInsensitive)
-