trait DeleteCommand[P <: SerializationPack] extends ImplicitCommandHelpers[P]

Implements the delete command.

Annotations
@deprecated
Deprecated

(Since version 0.16.0) Use the new delete operation

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeleteCommand
  2. ImplicitCommandHelpers
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Delete(deletes: Seq[DeleteElement], ordered: Boolean, writeConcern: WriteConcern) extends CollectionCommand with CommandWithResult[DeleteResult] with Mongo26WriteCommand with Product with Serializable
  2. sealed trait DeleteElement extends Product2[P.Document, Int] with Serializable
  3. type DeleteResult = DefaultWriteResult
  4. trait ImplicitlyDocumentProducer extends AnyRef
    Definition Classes
    ImplicitCommandHelpers

Abstract Value Members

  1. abstract val pack: P
    Definition Classes
    ImplicitCommandHelpers

Concrete Value Members

  1. def serialize(delete: ResolvedCollectionCommand[Delete]): P.Document
  2. object Delete extends Serializable
  3. object DeleteElement extends Serializable
  4. object ImplicitlyDocumentProducer
    Definition Classes
    ImplicitCommandHelpers