Class/Object

com.github.aselab.activerecord

PlayConfig

Related Docs: object PlayConfig | package activerecord

Permalink

class PlayConfig extends ActiveRecordConfig

Source
PlaySupport.scala
Linear Supertypes
ActiveRecordConfig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlayConfig
  2. ActiveRecordConfig
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PlayConfig(schema: ActiveRecordTables, overrideSettings: Map[String, Any] = Map())

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _getString(key: String, getter: (String) ⇒ Option[String]): Option[String]

    Permalink
  5. lazy val _prefix: String

    Permalink
  6. def adapter(driverClass: String): DatabaseAdapter

    Permalink
    Definition Classes
    ActiveRecordConfig
  7. lazy val adapter: DatabaseAdapter

    Permalink
    Definition Classes
    PlayConfig → ActiveRecordConfig
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def autoCreate: Boolean

    Permalink
    Definition Classes
    PlayConfig → ActiveRecordConfig
  10. def autoDrop: Boolean

    Permalink
    Definition Classes
    PlayConfig → ActiveRecordConfig
  11. def classLoader: ClassLoader

    Permalink
    Definition Classes
    PlayConfig → ActiveRecordConfig
  12. def cleanup: Unit

    Permalink
    Definition Classes
    ActiveRecordConfig
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  14. def connection: Connection

    Permalink
    Definition Classes
    PlayConfig → ActiveRecordConfig
  15. lazy val dateFormatter: DateTimeFormatter

    Permalink
    Definition Classes
    ActiveRecordConfig
  16. lazy val datetimeFormatter: DateTimeFormatter

    Permalink
    Definition Classes
    ActiveRecordConfig
  17. def debug[T](key: String, value: Option[T], default: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ActiveRecordConfig
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def get[T](key: String, getter: (String) ⇒ Option[T]): Option[T]

    Permalink
  21. def get[T](key: String): Option[T]

    Permalink
  22. def getBoolean(key: String): Option[Boolean]

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def getInt(key: String): Option[Int]

    Permalink
  25. def getLong(key: String): Option[Long]

    Permalink
  26. def getString(key: String): Option[String]

    Permalink
    Definition Classes
    PlayConfig → ActiveRecordConfig
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def log: Unit

    Permalink
    Definition Classes
    PlayConfig → ActiveRecordConfig
  30. lazy val logger: Logger

    Permalink
    Definition Classes
    ActiveRecordConfig
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. def prefix(key: String): String

    Permalink
  35. val schema: ActiveRecordTables

    Permalink
    Definition Classes
    PlayConfig → ActiveRecordConfig
  36. def schemaClass: String

    Permalink
  37. lazy val schemaName: String

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. lazy val timeZone: DateTimeZone

    Permalink
    Definition Classes
    ActiveRecordConfig
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. def translator: Translator

    Permalink
    Definition Classes
    PlayConfig → ActiveRecordConfig
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ActiveRecordConfig

Inherited from AnyRef

Inherited from Any

Ungrouped