Packages

trait AnyDocModel extends DocumentModel[AnyDoc]

Linear Supertypes
DocumentModel[AnyDoc], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnyDocModel
  2. DocumentModel
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val collectionName: String
    Definition Classes
    DocumentModel
  2. abstract def indexes: List[Index]
    Definition Classes
    DocumentModel
  3. implicit abstract val rw: RW[AnyDoc]
    Definition Classes
    DocumentModel

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _id: Field[Id[AnyDoc]]
    Definition Classes
    DocumentModel
  5. final def allMutations: List[DataMutation]
    Definition Classes
    DocumentModel
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. def collectionOptions: CreateCollectionOptions
    Definition Classes
    DocumentModel
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def field[T](name: String, isArray: Boolean, mutation: Option[DataMutation])(implicit rw: RW[T], parent: Option[Field[_]]): Field[T]
    Attributes
    protected[arango]
    Definition Classes
    DocumentModel
  12. def fields: List[Field[_]]
    Definition Classes
    DocumentModel
  13. def generateId(): String
    Attributes
    protected
    Definition Classes
    DocumentModel
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def id(value: String): Id[AnyDoc]
    Definition Classes
    DocumentModel
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. implicit val modelOption: Option[DocumentModel[AnyDoc]]
    Attributes
    protected
    Definition Classes
    DocumentModel
  19. def mutations: List[DataMutation]
    Definition Classes
    DocumentModel
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from DocumentModel[AnyDoc]

Inherited from AnyRef

Inherited from Any

Ungrouped