sealed abstract class TransactionIsolationLevel extends AnyRef

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

Source
TransactionIsolationLevel.scala
See also

Connection.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransactionIsolationLevel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def asJava(): db.TransactionIsolationLevel
  2. val id: Int