RecordDocumentModel

com.outr.arango.RecordDocumentModel

Attributes

Graph
Supertypes
trait DocumentModel[D]
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

object index

Attributes

Inherited from:
DocumentModel
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override protected def computedValues: List[ComputedValue]

Attributes

Definition Classes
override def indexes: List[Index]

Attributes

Definition Classes

Inherited methods

final def allComputedValues: List[ComputedValue]

Attributes

Inherited from:
DocumentModel
final def allMutations: List[DataMutation]

Attributes

Inherited from:
DocumentModel

Attributes

Inherited from:
DocumentModel
def fields: List[Field[_]]

Attributes

Inherited from:
DocumentModel
protected def generateId(): String

Attributes

Inherited from:
DocumentModel
def id(value: String): Id[D]

Attributes

Inherited from:
DocumentModel
def mutations: List[DataMutation]

Attributes

Inherited from:
DocumentModel
def schema: Option[CollectionSchema]

Attributes

Inherited from:
DocumentModel
def waitForSync: Option[Boolean]

Attributes

Inherited from:
DocumentModel

Concrete fields

final override val collectionName: String
val created: Field[Long]
val modified: Field[Long]

Inherited fields

val _id: Field[Id[D]]

Attributes

Inherited from:
DocumentModel

Implicits

Inherited implicits

implicit protected val modelOption: Option[DocumentModel[D]]

Attributes

Inherited from:
DocumentModel
implicit val rw: RW[D]

Attributes

Inherited from:
DocumentModel