Interface DBConfig

All Known Implementing Classes:
DbConfigImpl

public interface DBConfig
  • Method Details

    • getJdbcUrl

      String getJdbcUrl()
    • getDriverClassName

      String getDriverClassName()
    • getUsername

      String getUsername()
    • getPassword

      String getPassword()
    • getDialect

      String getDialect()
    • isDebug

      boolean isDebug()
    • getMinIdle

      int getMinIdle()
    • getMaxPoolSize

      int getMaxPoolSize()
    • getLeakDetectionThreshold

      long getLeakDetectionThreshold()