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 Objecttrait Matchableclass Any
trait Database
Database API.
Database API.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
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 Objecttrait Matchableclass Any
- Known subtypes
object TransactionIsolationLevel
Attributes
- Companion
- class
- Supertypes
- Self type
In this article