Class JdbcProperties.Template
java.lang.Object
org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- Enclosing class:
- JdbcProperties
JdbcTemplate
settings.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setFetchSize
(int fetchSize) void
setMaxRows
(int maxRows) void
setQueryTimeout
(Duration queryTimeout)
-
Constructor Details
-
Template
public Template()
-
-
Method Details
-
getFetchSize
public int getFetchSize() -
setFetchSize
public void setFetchSize(int fetchSize) -
getMaxRows
public int getMaxRows() -
setMaxRows
public void setMaxRows(int maxRows) -
getQueryTimeout
-
setQueryTimeout
-