Package

play.api

db

Permalink

package db

Visibility
  1. Public
  2. All

Type Members

  1. trait DBApi extends AnyRef

    Permalink

    DB API for managing application databases.

  2. trait Database extends AnyRef

    Permalink

    Database API.

  3. sealed abstract class TransactionIsolationLevel extends AnyRef

    Permalink

    Defines isolation levels that determines the degree to which one transaction must be isolated from resource or data modifications made by other operations.

    Defines isolation levels that determines the degree to which one transaction must be isolated from resource or data modifications made by other operations.

    See also

    Connection.

Value Members

  1. object TransactionIsolationLevel

    Permalink

Ungrouped