Object

reactivemongo.play.json.collection

JSONBatchCommands

Related Doc: package collection

Permalink

object JSONBatchCommands extends BatchCommands[JSONSerializationPack.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. JSONBatchCommands
  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. implicit val AggregateReader: AggregationResultReader.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  5. implicit val AggregateWriter: commands.JSONAggregationImplicits.AggregateWriter.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  6. val AggregationFramework: JSONAggregationFramework.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  7. val CountCommand: JSONCountCommand.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  8. def CountResultReader: Reads[JSONBatchCommands.JSONCountCommand.CountResult]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  9. def CountWriter: OWrites[ResolvedCollectionCommand[JSONBatchCommands.JSONCountCommand.Count]]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  10. val DeleteCommand: JSONDeleteCommand.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  11. implicit def DeleteWriter: OWrites[ResolvedDelete]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  12. val DistinctCommand: JSONDistinctCommand.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  13. object DistinctResultReader extends Reads[JSONBatchCommands.JSONDistinctCommand.DistinctResult]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  14. object DistinctWriter extends OWrites[ResolvedCollectionCommand[JSONBatchCommands.JSONDistinctCommand.Distinct]]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  15. val FindAndModifyCommand: JSONFindAndModifyCommand.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  16. implicit def FindAndModifyReader: FindAndModifyResultReader.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
    Annotations
    @silent()
  17. implicit def FindAndModifyWriter: commands.JSONFindAndModifyImplicits.FindAndModifyWriter.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
    Annotations
    @silent()
  18. val InsertCommand: JSONInsertCommand.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  19. implicit def InsertWriter: OWrites[ResolvedInsert]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  20. object JSONCountCommand extends CountCommand[JSONSerializationPack.type]

    Permalink
  21. object JSONDeleteCommand extends DeleteCommand[JSONSerializationPack.type]

    Permalink
  22. object JSONDistinctCommand extends DistinctCommand[JSONSerializationPack.type]

    Permalink
    Annotations
    @silent()
  23. object JSONInsertCommand extends InsertCommand[JSONSerializationPack.type]

    Permalink
  24. object JSONUpdateCommand extends UpdateCommand[JSONSerializationPack.type]

    Permalink
  25. val UpdateCommand: JSONUpdateCommand.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  26. implicit def UpdateReader: Reads[JSONBatchCommands.JSONUpdateCommand.UpdateResult]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  27. implicit def UpdateWriter: OWrites[ResolvedUpdate]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  28. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  39. val pack: JSONSerializationPack.type

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

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

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

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

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

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

Inherited from BatchCommands[JSONSerializationPack.type]

Inherited from AnyRef

Inherited from Any

Ungrouped