Packages

t

play.api.db

DBApi

trait DBApi extends AnyRef

DB API for managing application databases.

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

Abstract Value Members

  1. abstract def database(name: String): Database

    Get database with given configuration name.

    Get database with given configuration name.

    name

    the configuration name of the database

  2. abstract def databases(): Seq[Database]

    All configured databases.

  3. abstract def shutdown(): Unit

    Shutdown all databases, releasing resources.