class EdgeCollection[E <: Edge[E, From, To], M <: EdgeModel[E, From, To], From, To] extends DocumentCollection[E, M]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EdgeCollection
- DocumentCollection
- WritableCollection
- ArangoDBDocuments
- ReadableCollection
- Collection
- Support
- QueryPart
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EdgeCollection(graph: Graph, arangoDBCollection: ArangoDBCollection, edgeModel: M, 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[E], default: (Id[E]) => E = id => throw NotFoundException(id._id)): IO[E]
- 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[E], options: DeleteOptions = DeleteOptions.Default, transaction: StreamTransaction = None.orNull): IO[DeleteResult[E]]
- Definition Classes
- ArangoDBDocuments
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromT(t: E): Json
- Definition Classes
- WritableCollection → ArangoDBDocuments
- def get(id: Id[E]): IO[Option[E]]
- Definition Classes
- ArangoDBDocuments
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val graph: Graph
- Attributes
- protected[arango]
- Definition Classes
- DocumentCollection
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def id(key: String): Id[E]
- Definition Classes
- ArangoDBDocuments
- def insert(doc: E, options: CreateOptions = CreateOptions.Insert, transaction: StreamTransaction = None.orNull): IO[CreateResult[E]]
- Definition Classes
- ArangoDBDocuments
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val managed: Boolean
- Definition Classes
- DocumentCollection
- 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[E, M]
- Definition Classes
- DocumentCollection → ReadableCollection
- def ref: DocumentRef[E, M]
- Definition Classes
- DocumentCollection
- 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): E
- Definition Classes
- WritableCollection → ArangoDBDocuments
- val type: CollectionType
- Definition Classes
- DocumentCollection → Collection
- def update(f: (DocumentRef[E, M]) => (Filter, List[(Field[_], Query)])): IO[Int]
- Definition Classes
- DocumentCollection
- def update(id: Id[E], doc: E, options: UpdateOptions = UpdateOptions.Default, transaction: StreamTransaction = None.orNull): IO[UpdateResult[E]]
- 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[E, M]) => (Filter, List[(Field[_], Query)])): IO[Int]
- Definition Classes
- DocumentCollection
- def upsert(doc: E, options: CreateOptions = CreateOptions.Upsert, transaction: StreamTransaction = None.orNull): IO[CreateResult[E]]
- 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
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def modify(filter: => Filter, fieldAndValues: FieldAndValue[_]*): IO[Int]
- Definition Classes
- DocumentCollection
- Annotations
- @deprecated
- Deprecated
(Since version 3.10) Use updateWith instead