类 JdbcProperties.Template
java.lang.Object
org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- 封闭类:
JdbcProperties
JdbcTemplate settings.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intintvoidsetFetchSize(int fetchSize) voidsetMaxRows(int maxRows) voidsetQueryTimeout(Duration queryTimeout)
-
构造器详细资料
-
Template
public Template()
-
-
方法详细资料
-
getFetchSize
public int getFetchSize() -
setFetchSize
public void setFetchSize(int fetchSize) -
getMaxRows
public int getMaxRows() -
setMaxRows
public void setMaxRows(int maxRows) -
getQueryTimeout
-
setQueryTimeout
-