public interface DaoConfig extends KillbillConfig
| Modifier and Type | Method and Description |
|---|---|
DataSourceConnectionPoolingType |
getConnectionPoolingType() |
org.skife.config.TimeSpan |
getConnectionTimeout() |
org.skife.config.TimeSpan |
getIdleConnectionTestPeriod() |
org.skife.config.TimeSpan |
getIdleMaxAge() |
String |
getJdbcUrl() |
org.killbill.commons.jdbi.log.LogLevel |
getLogLevel() |
int |
getMaxActive() |
org.skife.config.TimeSpan |
getMaxConnectionAge() |
int |
getMinIdle() |
String |
getPassword() |
String |
getTransactionHandlerClass() |
String |
getUsername() |
String getJdbcUrl()
String getUsername()
String getPassword()
int getMinIdle()
int getMaxActive()
org.skife.config.TimeSpan getConnectionTimeout()
org.skife.config.TimeSpan getIdleMaxAge()
org.skife.config.TimeSpan getMaxConnectionAge()
org.skife.config.TimeSpan getIdleConnectionTestPeriod()
org.killbill.commons.jdbi.log.LogLevel getLogLevel()
String getTransactionHandlerClass()
DataSourceConnectionPoolingType getConnectionPoolingType()
Copyright © 2010-2014. All Rights Reserved.