ReadUncommitted
slick.jdbc.TransactionIsolation$.ReadUncommitted$
A transaction isolation level indicating that dirty reads, non-repeatable reads and phantom reads can occur. This level allows a row changed by one transaction to be readby another transaction before any changes in that row have been committed (a "dirty read"). If any of the changes are rolled back, the second transaction will have retrieved an invalid row.
Attributes
- Source:
- TransactionIsolation.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass TransactionIsolationclass Objecttrait Matchableclass Any
- Self type
- ReadUncommitted.type