TypesafeConfigReader

scalikejdbc.config.TypesafeConfigReader
See theTypesafeConfigReader companion trait

Typesafe config reader

It follows standard behavior of typesafe-config

Attributes

Companion
trait
Source
TypesafeConfigReader.scala
Graph
Supertypes
trait NoEnvPrefix
trait EnvPrefix
class Object
trait Matchable
class Any
Show all
Self type

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 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

Inherited fields

lazy val config: Config

Attributes

Inherited from:
StandardTypesafeConfig
Source
StandardTypesafeConfig.scala
lazy val dbNames: List[String]

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
override val env: Option[String]

Attributes

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

Logger

Logger

Attributes

Inherited from:
LogSupport (hidden)
Source
LogSupport.scala