case object Serializable extends TransactionIsolationLevel with Product with Serializable
- Source
- TransactionIsolationLevel.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Serializable
- Serializable
- Product
- Equals
- TransactionIsolationLevel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def asJava(): db.TransactionIsolationLevel
- Definition Classes
- TransactionIsolationLevel
- val id: Int
- Definition Classes
- TransactionIsolationLevel
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product