TypesafeConfigReader

scalikejdbc.config.TypesafeConfigReader
See theTypesafeConfigReader companion object

TypesafeConfig reader

Attributes

Companion
object
Source
TypesafeConfigReader.scala
Graph
Supertypes
trait NoEnvPrefix
trait EnvPrefix
class Object
trait Matchable
class Any
Known subtypes
object DBs.type
class DBsWithEnv
object TypesafeConfigReader.type
Self type

Members list

Value members

Concrete methods

def envPrefix: String

Attributes

Source
TypesafeConfigReader.scala
def loadGlobalSettings(): Unit

Attributes

Source
TypesafeConfigReader.scala
def readAsMap(dbName: String): Map[String, String]

Attributes

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

Attributes

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

Attributes

Source
TypesafeConfigReader.scala

Concrete fields

lazy val dbNames: List[String]

Attributes

Source
TypesafeConfigReader.scala

Inherited fields

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