ReverseEdgeModel
lightdb.graph.ReverseEdgeModel
case class ReverseEdgeModel[Edge <: EdgeDocument[Edge, From, To], From <: Document[From], To <: Document[To]](name: String)(implicit erw: RW[Edge], rw: RW[ReverseEdgeDocument[Edge, From, To]]) extends EdgeModel[ReverseEdgeDocument[Edge, From, To], To, From], JsonConversion[ReverseEdgeDocument[Edge, From, To]]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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
Inherited methods
Attributes
- Inherited from:
- JsonConversion
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
protected def init[Model <: DocumentModel[ReverseEdgeDocument[Edge, From, To]]](store: Store[ReverseEdgeDocument[Edge, From, To], Model]): Task[Unit]
Attributes
- Inherited from:
- DocumentModel
final def initialize[Model <: DocumentModel[ReverseEdgeDocument[Edge, From, To]]](store: Store[ReverseEdgeDocument[Edge, From, To], Model]): Task[Unit]
Attributes
- Inherited from:
- DocumentModel
Attributes
- Definition Classes
- Inherited from:
- JsonConversion
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Inherited fields
Attributes
- Inherited from:
- EdgeModel
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- EdgeModel
Attributes
- Inherited from:
- DocumentModel
Implicits
Implicits
In this article