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