object TransactionIsolationLevel
- Source
- TransactionIsolationLevel.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransactionIsolationLevel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(id: Int): TransactionIsolationLevel
- case object ReadCommitted extends TransactionIsolationLevel with Product with Serializable
- case object ReadUncommitted extends TransactionIsolationLevel with Product with Serializable
- case object RepeatedRead extends TransactionIsolationLevel with Product with Serializable
- case object Serializable extends TransactionIsolationLevel with Product with Serializable