com.outr.arango.upsert

Members list

Type members

Classlikes

sealed trait Searchable

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Filter[F]
object Searchable

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Searchable.type
sealed trait Upsert[D <: Document[D]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Replace[D]
class Update[D]
object Upsert

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Upsert.type
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

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UpsertResult[D](original: Option[D], newValue: D)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object UpsertResult

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type