UpsertBuilder
com.outr.arango.upsert.UpsertBuilder
case class UpsertBuilder[D <: Document[D], M <: DocumentModel[D]](collection: DocumentCollection[D, M], list: Option[() => (Ref, List[Json], List[QueryPart])], search: List[QueryPart], insert: Option[Json], upsert: Option[Upsert[D]], ignoreErrors: Boolean, keepNull: Boolean, mergeObjects: Boolean, waitForSync: Boolean, ignoreRevs: Boolean, exclusive: Boolean, indexHint: Option[String], forceIndexHint: Boolean)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article