play.api.db

package play.api.db

Members list

Type members

Classlikes

trait DBApi

DB API for managing application databases.

DB API for managing application databases.

Attributes

Supertypes
class Object
trait Matchable
class Any
trait Database

Database API.

Database API.

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed abstract class TransactionIsolationLevel(val id: Int)

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.

Value parameters

id

the transaction isolation level.

Attributes

See also

Connection.

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type