クラス JdbcProperties.Template

java.lang.ObjectSE
org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
含まれているクラス:
JdbcProperties

public static class JdbcProperties.Template extends ObjectSE
JdbcTemplate 設定。
  • コンストラクターの詳細

    • Template

      public Template()
  • メソッドの詳細

    • getFetchSize

      public int getFetchSize()
    • setFetchSize

      public void setFetchSize(int fetchSize)
    • getMaxRows

      public int getMaxRows()
    • setMaxRows

      public void setMaxRows(int maxRows)
    • getQueryTimeout

      public DurationSE getQueryTimeout()
    • setQueryTimeout

      public void setQueryTimeout(DurationSE queryTimeout)