TransactionIsolation

slick.jdbc.TransactionIsolation
See theTransactionIsolation companion object
sealed abstract class TransactionIsolation(val intValue: Int)

Represents a transaction isolation level.

Attributes

Companion:
object
Source:
TransactionIsolation.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ReadCommitted.type
object ReadUncommitted.type
object RepeatableRead.type
object Serializable.type

Members list

Concise view

Value members

Concrete fields

val intValue: Int