Object

reactivemongo.api.bson.collection

BSONBatchCommands

Related Doc: package collection

Permalink

object BSONBatchCommands extends BatchCommands[BSONSerializationPack.type]

Annotations
@deprecated
Deprecated

(Since version 0.17.0) BatchCommands will be removed from the API

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object AggregateReader extends BSONDocumentReader[BSONBatchCommands.BSONAggregationFramework.AggregationResult]

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  5. object AggregateWriter extends BSONDocumentWriter[ResolvedCollectionCommand[BSONBatchCommands.BSONAggregationFramework.Aggregate]]

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  6. val AggregationFramework: BSONAggregationFramework.type

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  7. object BSONAggregationFramework extends AggregationFramework[BSONSerializationPack.type]

    Permalink
  8. object BSONCountCommand extends CountCommand[BSONSerializationPack.type]

    Permalink
  9. object BSONDeleteCommand extends DeleteCommand[BSONSerializationPack.type]

    Permalink
  10. object BSONDistinctCommand extends DistinctCommand[BSONSerializationPack.type]

    Permalink
  11. object BSONFindAndModifyCommand extends FindAndModifyCommand[BSONSerializationPack.type]

    Permalink
  12. object BSONInsertCommand extends InsertCommand[BSONSerializationPack.type]

    Permalink
  13. object BSONUpdateCommand extends UpdateCommand[BSONSerializationPack.type]

    Permalink
  14. val CountCommand: BSONCountCommand.type

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  15. object CountResultReader extends BSONDocumentReader[BSONBatchCommands.BSONCountCommand.CountResult]

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  16. object CountWriter extends BSONDocumentWriter[ResolvedCollectionCommand[BSONBatchCommands.BSONCountCommand.Count]]

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  17. val DeleteCommand: BSONDeleteCommand.type

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  18. object DeleteWriter extends BSONDocumentWriter[ResolvedCollectionCommand[BSONBatchCommands.BSONDeleteCommand.Delete]]

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  19. val DistinctCommand: BSONDistinctCommand.type

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  20. object DistinctResultReader extends BSONDocumentReader[BSONBatchCommands.BSONDistinctCommand.DistinctResult]

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  21. object DistinctWriter extends BSONDocumentWriter[ResolvedCollectionCommand[BSONBatchCommands.BSONDistinctCommand.Distinct]]

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  22. val FindAndModifyCommand: BSONFindAndModifyCommand.type

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  23. object FindAndModifyReader extends BSONDocumentReader[BSONBatchCommands.BSONFindAndModifyCommand.FindAndModifyResult]

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  24. object FindAndModifyWriter extends BSONDocumentWriter[ResolvedCollectionCommand[BSONBatchCommands.BSONFindAndModifyCommand.FindAndModify]]

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  25. val InsertCommand: BSONInsertCommand.type

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  26. object InsertWriter extends BSONDocumentWriter[ResolvedCollectionCommand[BSONBatchCommands.BSONInsertCommand.Insert]]

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  27. val UpdateCommand: BSONUpdateCommand.type

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  28. object UpdateReader extends BSONDocumentReader[BSONBatchCommands.BSONUpdateCommand.UpdateResult]

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  29. object UpdateWriter extends BSONDocumentWriter[ResolvedCollectionCommand[BSONBatchCommands.BSONUpdateCommand.Update]]

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  34. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. val pack: BSONSerializationPack.type

    Permalink
    Definition Classes
    BSONBatchCommands → BatchCommands
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BatchCommands[BSONSerializationPack.type]

Inherited from AnyRef

Inherited from Any

Ungrouped