lightdb.lmdb.LMDBTransaction
See theLMDBTransaction companion object
case class LMDBTransaction[Doc <: Document[Doc], Model <: DocumentModel[Doc]](store: LMDBStore[Doc, Model], instance: LMDBInstance, parent: Option[Transaction[Doc, Model]]) extends BufferedWritingTransaction[Doc, Model]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait BufferedWritingTransaction[Doc, Model]trait Transaction[Doc, Model]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Transaction
Inherited methods
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
def modify(id: Id[Doc], establishLock: Boolean, deleteOnNone: Boolean)(f: Forge[Option[Doc], Option[Doc]]): Task[Option[Doc]]
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Definition Classes
-
BufferedWritingTransaction -> Transaction
- Inherited from:
- BufferedWritingTransaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
In this article