Class JdbcProperties.Template

java.lang.Object
org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
Enclosing class:
JdbcProperties

public static class JdbcProperties.Template extends Object
JdbcTemplate settings.
  • 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

      public Duration getQueryTimeout()
    • setQueryTimeout

      public void setQueryTimeout(Duration queryTimeout)