TransactionIsolation

sealed abstract class TransactionIsolation(val jdbcFlag: Int)
Companion:
object
class Object
trait Matchable
class Any
object ReadCommitted.type
object ReadUncommitted.type
object RepeatableRead.type
object Serializable.type