类 JdbcProperties.Template
java.lang.Object
org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- 封闭类:
JdbcProperties
JdbcTemplate settings.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intintbooleanbooleanbooleanbooleanvoidsetFetchSize(int fetchSize) voidsetIgnoreWarnings(boolean ignoreWarnings) voidsetMaxRows(int maxRows) voidsetQueryTimeout(Duration queryTimeout) voidsetResultsMapCaseInsensitive(boolean resultsMapCaseInsensitive) voidsetSkipResultsProcessing(boolean skipResultsProcessing) voidsetSkipUndeclaredResults(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)
-