DocumentCollection
com.outr.arango.collection.DocumentCollection
class DocumentCollection[D <: Document[D], M <: DocumentModel[D]](val graph: Graph, val arangoCollection: ArangoDBCollection, val model: M, `type`: CollectionType, val managed: Boolean) extends WritableCollection[D, M]
Attributes
- Graph
-
- Supertypes
-
trait ArangoDBDocuments[D]trait Collectiontrait Supporttrait QueryPartclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
Members list
Type members
Inherited classlikes
object batch
Attributes
- Inherited from:
- ArangoDBDocuments
- Supertypes
-
class Objecttrait Matchableclass Any
object collection
Attributes
- Inherited from:
- WritableCollection
- Supertypes
-
class Objecttrait Matchableclass Any
object stream
Attributes
- Inherited from:
- ArangoDBDocuments
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- WritableCollection
Attributes
- Inherited from:
- ArangoDBDocuments
Attributes
- Inherited from:
- ArangoDBDocuments
Attributes
- Inherited from:
- ArangoDBDocuments
Attributes
- Definition Classes
- Inherited from:
- WritableCollection
Attributes
- Inherited from:
- ArangoDBDocuments
Attributes
- Inherited from:
- ArangoDBDocuments
Attributes
- Inherited from:
- ArangoDBDocuments
Attributes
- Definition Classes
-
Collection -> Support
- Inherited from:
- Collection
Attributes
- Definition Classes
- Inherited from:
- WritableCollection
def update(id: Id[D], doc: D, options: UpdateOptions, transaction: StreamTransaction): IO[UpdateResult[T]]
Attributes
- Inherited from:
- ArangoDBDocuments
Attributes
- Inherited from:
- ArangoDBDocuments
Attributes
- Inherited from:
- QueryPart
Concrete fields
In this article