class DocumentCollection[D <: Document[D], M <: DocumentModel[D]] extends WritableCollection[D]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DocumentCollection
- WritableCollection
- ArangoDBDocuments
- ReadableCollection
- Collection
- Support
- QueryPart
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DocumentCollection(graph: Graph, arangoCollection: ArangoDBCollection, model: M, type: CollectionType, managed: Boolean)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def _collection: ArangoCollectionAsync
- Attributes
- protected
- Definition Classes
- WritableCollection → ArangoDBDocuments
- def afterRetrieval(value: Json): Json
- Attributes
- protected
- Definition Classes
- DocumentCollection → WritableCollection
- def apply(id: Id[D], default: (Id[D]) => D = id => throw NotFoundException(id._id)): IO[D]
- Definition Classes
- ArangoDBDocuments
- val arangoCollection: ArangoDBCollection
- Attributes
- protected[arango]
- Definition Classes
- DocumentCollection → WritableCollection
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beforeStorage(value: Json): Json
- Attributes
- protected
- Definition Classes
- DocumentCollection → WritableCollection
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def count: IO[Int]
- Definition Classes
- ArangoDBDocuments
- def dbName: String
- Definition Classes
- DocumentCollection → Collection
- def delete(id: Id[D], options: DeleteOptions = DeleteOptions.Default, transaction: StreamTransaction = None.orNull): IO[DeleteResult[D]]
- Definition Classes
- ArangoDBDocuments
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromT(t: D): Json
- Definition Classes
- WritableCollection → ArangoDBDocuments
- def get(id: Id[D]): IO[Option[D]]
- Definition Classes
- ArangoDBDocuments
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val graph: Graph
- Attributes
- protected[arango]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def id(key: String): Id[D]
- Definition Classes
- ArangoDBDocuments
- def insert(doc: D, options: CreateOptions = CreateOptions.Insert, transaction: StreamTransaction = None.orNull): IO[CreateResult[D]]
- Definition Classes
- ArangoDBDocuments
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val managed: Boolean
- val model: M
- Definition Classes
- DocumentCollection → ReadableCollection
- def name: String
- Definition Classes
- DocumentCollection → Collection
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- lazy val query: DocumentCollectionQuery[D, M]
- Definition Classes
- DocumentCollection → ReadableCollection
- def ref: DocumentRef[D, M]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toQueryPart: QueryPart
- Definition Classes
- Collection → Support
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toT(value: Json): D
- Definition Classes
- WritableCollection → ArangoDBDocuments
- val type: CollectionType
- Definition Classes
- DocumentCollection → Collection
- def update(f: (DocumentRef[D, M]) => (Filter, List[(Field[_], Query)])): IO[Int]
- def update(id: Id[D], doc: D, options: UpdateOptions = UpdateOptions.Default, transaction: StreamTransaction = None.orNull): IO[UpdateResult[D]]
- Definition Classes
- ArangoDBDocuments
- def updateWithOptions(ignoreErrors: Boolean = false, keepNull: Boolean = true, mergeObjects: Boolean = true, waitForSync: Boolean = false, ignoreRevs: Boolean = true, exclusive: Boolean = false, refillIndexCaches: Boolean = false)(f: (DocumentRef[D, M]) => (Filter, List[(Field[_], Query)])): IO[Int]
- def upsert(doc: D, options: CreateOptions = CreateOptions.Upsert, transaction: StreamTransaction = None.orNull): IO[CreateResult[D]]
- Definition Classes
- ArangoDBDocuments
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object collection
- Definition Classes
- WritableCollection
- object batch
- Definition Classes
- ArangoDBDocuments
- object stream
- Definition Classes
- ArangoDBDocuments