Packages

o

org.mongodb.scala.model

UpdateManyModel

object UpdateManyModel

A model describing an update to all documents that matches the query filter. The update to apply must include only update operators.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateManyModel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(filter: Bson, update: Bson, updateOptions: UpdateOptions): UpdateManyModel[Nothing]

    Construct a new instance.

    Construct a new instance.

    filter

    a document describing the query filter.

    update

    a document describing the update. The update to apply must include only update operators.

    updateOptions

    the options to apply

    returns

    the new UpdateManyModel

  2. def apply(filter: Bson, update: Bson): UpdateManyModel[Nothing]

    Construct a new instance.

    Construct a new instance.

    filter

    a document describing the query filter.

    update

    a document describing the update. The update to apply must include only update operators.

    returns

    the new UpdateManyModel