class PlayConfig extends ActiveRecordConfig
Ordering
- Alphabetic
- By Inheritance
Inherited
- PlayConfig
- ActiveRecordConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PlayConfig(schema: ActiveRecordTables, overrideSettings: Map[String, Any] = Map())
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def _getString(key: String, getter: (String) => Option[String]): Option[String]
- lazy val _prefix: String
- def adapter(driverClass: String): DatabaseAdapter
- Definition Classes
- ActiveRecordConfig
- lazy val adapter: DatabaseAdapter
- Definition Classes
- PlayConfig → ActiveRecordConfig
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def autoCreate: Boolean
- Definition Classes
- PlayConfig → ActiveRecordConfig
- def autoDrop: Boolean
- Definition Classes
- PlayConfig → ActiveRecordConfig
- def classLoader: ClassLoader
- Definition Classes
- PlayConfig → ActiveRecordConfig
- def cleanup: Unit
- Definition Classes
- ActiveRecordConfig
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def connection: Connection
- Definition Classes
- PlayConfig → ActiveRecordConfig
- lazy val dateFormatter: DateTimeFormatter
- Definition Classes
- ActiveRecordConfig
- lazy val datetimeFormatter: DateTimeFormatter
- Definition Classes
- ActiveRecordConfig
- def debug[T](key: String, value: Option[T], default: String): Unit
- Attributes
- protected
- Definition Classes
- ActiveRecordConfig
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get[T](key: String, getter: (String) => Option[T]): Option[T]
- def get[T](key: String): Option[T]
- def getBoolean(key: String): Option[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getInt(key: String): Option[Int]
- def getLong(key: String): Option[Long]
- def getString(key: String): Option[String]
- Definition Classes
- PlayConfig → ActiveRecordConfig
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def log: Unit
- Definition Classes
- PlayConfig → ActiveRecordConfig
- lazy val logger: Logger
- Definition Classes
- ActiveRecordConfig
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def prefix(key: String): String
- val schema: ActiveRecordTables
- Definition Classes
- PlayConfig → ActiveRecordConfig
- def schemaClass: String
- lazy val schemaName: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val timeZone: DateTimeZone
- Definition Classes
- ActiveRecordConfig
- def toString(): String
- Definition Classes
- AnyRef → Any
- def translator: Translator
- Definition Classes
- PlayConfig → ActiveRecordConfig
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated