MaterializedModel
lightdb.doc.MaterializedModel
trait MaterializedModel[Doc <: Document[Doc], MaterialDoc <: Document[MaterialDoc], MaterialModel <: DocumentModel[MaterialDoc]] extends DocumentModel[Doc]
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
- Self type
-
Members list
Type members
Inherited classlikes
object field
Attributes
- Inherited from:
- DocumentModel
- Supertypes
-
class Objecttrait Matchableclass Any
Inherited types
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
Value members
Abstract methods
protected def adding(doc: MaterialDoc, transaction: Transaction[MaterialDoc, MaterialModel]): Task[Unit]
protected def modifying(oldDoc: MaterialDoc, newDoc: MaterialDoc, transaction: Transaction[MaterialDoc, MaterialModel]): Task[Unit]
protected def removing(doc: MaterialDoc, transaction: Transaction[MaterialDoc, MaterialModel]): Task[Unit]
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
Inherited and Abstract methods
Attributes
- Inherited from:
- DocumentModel
Implicits
Inherited and Abstract implicits
Attributes
- Inherited from:
- DocumentModel
In this article