WritableCollection

trait WritableCollection[D <: Document[D]] extends ReadableCollection[D] with ArangoDBDocuments[D]
trait Support
trait QueryPart
class Object
trait Matchable
class Any
class EdgeCollection[E, From, To]

Type members

Classlikes

object collection

Inherited classlikes

object batch
Inherited from:
ArangoDBDocuments
object stream
Inherited from:
ArangoDBDocuments

Value members

Abstract methods

protected def afterRetrieval(value: Value): Value
protected def beforeStorage(value: Value): Value

Concrete methods

override protected def _collection: ArangoCollectionAsync
Definition Classes
override def fromT(t: D): Value
Definition Classes
override def toT(value: Value): D
Definition Classes

Inherited methods

def `type`: CollectionType
Inherited from:
Collection
def apply(id: Id[D], default: Id[D] => D): IO[D]
Inherited from:
ArangoDBDocuments
def dbName: String
Inherited from:
Collection
def delete(id: Id[D], options: DeleteOptions, transaction: StreamTransaction): IO[DeleteResult[D]]
Inherited from:
ArangoDBDocuments
def get(id: Id[D]): IO[Option[D]]
Inherited from:
ArangoDBDocuments
def id(key: String): Id[D]
Inherited from:
ArangoDBDocuments
def insert(doc: D, options: CreateOptions, transaction: StreamTransaction): IO[CreateResult[D]]
Inherited from:
ArangoDBDocuments
def model: DocumentModel[D]
Inherited from:
ReadableCollection
def name: String
Inherited from:
Collection
Inherited from:
ReadableCollection
final def stringToT(s: String): D
Inherited from:
ArangoDBDocuments
final def tToString(t: D): String
Inherited from:
ArangoDBDocuments
override def toQueryPart: QueryPart
Definition Classes
Collection -> Support
Inherited from:
Collection
def update(id: Id[D], doc: D, options: UpdateOptions, transaction: StreamTransaction): IO[UpdateResult[D]]
Inherited from:
ArangoDBDocuments
def upsert(doc: D, options: CreateOptions, transaction: StreamTransaction): IO[CreateResult[D]]
Inherited from:
ArangoDBDocuments