DocumentCollection
class DocumentCollection[D <: Document[D]](val graph: Graph, val arangoCollection: ArangoDBCollection, val model: DocumentModel[D], `type`: CollectionType) extends WritableCollection[D]
trait WritableCollection[D]
trait ArangoDBDocuments[D]
trait ReadableCollection[D]
trait Collection
trait Support
trait QueryPart
class Object
trait Matchable
class Any
Type members
Inherited classlikes
Value members
Concrete methods
Inherited methods
def update(id: Id[D], doc: D, options: UpdateOptions, transaction: StreamTransaction): IO[UpdateResult[D]]
- Inherited from:
- ArangoDBDocuments