Packages

c

akka.persistence.jdbc.db

EagerSlickDatabase

case class EagerSlickDatabase(database: slick.jdbc.JdbcBackend.Database, profile: JdbcProfile) extends SlickDatabase with Product with Serializable

Annotations
@InternalApi()
Source
SlickDatabase.scala
Linear Supertypes
Serializable, Product, Equals, SlickDatabase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EagerSlickDatabase
  2. Serializable
  3. Product
  4. Equals
  5. SlickDatabase
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EagerSlickDatabase(database: slick.jdbc.JdbcBackend.Database, profile: JdbcProfile)

Value Members

  1. def allowShutdown: Boolean

    If true, the requesting side usually a (read/write/snapshot journal) should shutdown the database when it closes.

    If true, the requesting side usually a (read/write/snapshot journal) should shutdown the database when it closes. If false, it should leave the database connection pool open, since it might still be used elsewhere.

    Definition Classes
    EagerSlickDatabaseSlickDatabase
  2. val database: slick.jdbc.JdbcBackend.Database
    Definition Classes
    EagerSlickDatabaseSlickDatabase
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val profile: JdbcProfile
    Definition Classes
    EagerSlickDatabaseSlickDatabase