TransactionIsolationLevel

play.api.db.TransactionIsolationLevel
See theTransactionIsolationLevel companion object
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.

Value parameters

id

the transaction isolation level.

Attributes

See also

Connection.

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def asJava(): TransactionIsolationLevel

Concrete fields

val id: Int