AnyDocModel

com.outr.arango.backup.DatabaseBackup$.AnyDocModel
trait AnyDocModel extends DocumentModel[AnyDoc]

Attributes

Graph
Supertypes
trait DocumentModel[AnyDoc]
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

Inherited methods

final def allMutations: List[DataMutation]

Attributes

Inherited from:
DocumentModel
def collectionOptions: CreateCollectionOptions

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 indexes: List[Index]

Attributes

Inherited from:
DocumentModel
def mutations: List[DataMutation]

Attributes

Inherited from:
DocumentModel

Inherited fields

val _id: Field[Id[AnyDoc]]

Attributes

Inherited from:
DocumentModel
val collectionName: String

Attributes

Inherited from:
DocumentModel

Implicits

Inherited implicits

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

Attributes

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

Attributes

Inherited from:
DocumentModel