public static class JdbcProperties.Template
extends java.lang.Object
JdbcTemplate settings.| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFetchSize() |
int |
getMaxRows() |
java.time.Duration |
getQueryTimeout() |
void |
setFetchSize(int fetchSize) |
void |
setMaxRows(int maxRows) |
void |
setQueryTimeout(java.time.Duration queryTimeout) |
public int getFetchSize()
public void setFetchSize(int fetchSize)
public int getMaxRows()
public void setMaxRows(int maxRows)
public java.time.Duration getQueryTimeout()
public void setQueryTimeout(java.time.Duration queryTimeout)