RecordDocument

com.outr.arango.RecordDocument
trait RecordDocument[D <: RecordDocument[D]] extends Document[D]

Represents a document with a created and modified. Coupled with RecordDocumentModel defines a computed value to update modified then the record changes in the database.

Attributes

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

Members list

Value members

Abstract methods

def created: Long
def modified: Long

Inherited methods

def _id: Id[D]

Attributes

Inherited from:
Document