Object

com.github.aselab.activerecord

Config

Related Doc: package activerecord

Permalink

object Config

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

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 adapter: DatabaseAdapter

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def autoCreate: Boolean

    Permalink
  7. def autoDrop: Boolean

    Permalink
  8. def classLoader: Option[ClassLoader]

    Permalink
  9. def cleanup: Unit

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. def conf: ActiveRecordConfig

    Permalink
  12. def confOption: Option[ActiveRecordConfig]

    Permalink
  13. def conf_=(value: ActiveRecordConfig): Unit

    Permalink
  14. def connection: Connection

    Permalink
  15. def dateFormatter: DateTimeFormatter

    Permalink
  16. def dateFormatter_=(value: DateTimeFormatter): Unit

    Permalink
  17. def datetimeFormatter: DateTimeFormatter

    Permalink
  18. def datetimeFormatter_=(value: DateTimeFormatter): Unit

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  24. def loadSchemas(key: String = "schemas", config: Config = ConfigFactory.load): Seq[ActiveRecordTables]

    Permalink
  25. def logger: Logger

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def registerSchema(s: ActiveRecordTables): Unit

    Permalink
  30. def schema(companion: ActiveRecordBaseCompanion[_, _]): ActiveRecordTables

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

    Permalink
    Definition Classes
    AnyRef
  32. def tables: Map[Class[_], ActiveRecordTables]

    Permalink
  33. def timeZone: DateTimeZone

    Permalink
  34. def timeZone_=(value: DateTimeZone): Unit

    Permalink
  35. def toString(): String

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

    Permalink
  37. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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 AnyRef

Inherited from Any

Ungrouped