TypesafeConfigReaderWithEnv

scalikejdbc.config.TypesafeConfigReaderWithEnv

Typesafe config reader with env prefix.

Attributes

Source
TypesafeConfigReaderWithEnv.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NoEnvPrefix
trait EnvPrefix
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def envPrefix: String

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def loadGlobalSettings(): Unit

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def readAsMap(dbName: String): Map[String, String]

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def readConnectionPoolSettings(dbName: String): ConnectionPoolSettings

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def readJDBCSettings(dbName: String): JDBCSettings

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala

Concrete fields

lazy override val config: Config
override val env: Option[String]

Inherited fields

lazy val dbNames: List[String]

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
protected val log: Log

Logger

Logger

Attributes

Inherited from:
LogSupport (hidden)
Source
LogSupport.scala