Class JdbcProperties.Template
- java.lang.Object
- org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- Enclosing class:
- JdbcProperties
public static class JdbcProperties.Template extends Object
JdbcTemplatesettings.
Constructor Summary
Constructors Constructor Description Template()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFetchSize()intgetMaxRows()DurationgetQueryTimeout()voidsetFetchSize(int fetchSize)voidsetMaxRows(int maxRows)voidsetQueryTimeout(Duration queryTimeout)
Constructor Detail
Template
public Template()
Method Detail
getFetchSize
public int getFetchSize()
setFetchSize
public void setFetchSize(int fetchSize)
getMaxRows
public int getMaxRows()
setMaxRows
public void setMaxRows(int maxRows)
getQueryTimeout
public Duration getQueryTimeout()
setQueryTimeout
public void setQueryTimeout(Duration queryTimeout)