Object

play.modules.reactivemongo.json.collection

JSONBatchCommands

Related Doc: package collection

Permalink

object JSONBatchCommands extends BatchCommands[reactivemongo.play.json.JSONSerializationPack.type]

Annotations
@deprecated
Deprecated

(Since version 0.12.0) Use reactivemongo.play.json.collection.JSONBatchCommands

Linear Supertypes
BatchCommands[reactivemongo.play.json.JSONSerializationPack.type], AnyRef, Any
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

Type Members

  1. type ResolvedDelete = ResolvedCollectionCommand[JSONBatchCommands.JSONDeleteCommand.Delete]

    Permalink
  2. type ResolvedInsert = ResolvedCollectionCommand[JSONBatchCommands.JSONInsertCommand.Insert]

    Permalink
  3. type ResolvedUpdate = ResolvedCollectionCommand[JSONBatchCommands.JSONUpdateCommand.Update]

    Permalink

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 def AggregateReader: AggregationResultReader.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  5. implicit def 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. implicit object CountResultReader extends Reader[JSONBatchCommands.JSONCountCommand.CountResult]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  9. implicit object CountWriter extends Writer[ResolvedCollectionCommand[JSONBatchCommands.JSONCountCommand.Count]]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  10. implicit object DefaultWriteResultReader extends Reader[DefaultWriteResult]

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

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  12. implicit object DeleteElementWriter extends Writer[JSONBatchCommands.JSONDeleteCommand.DeleteElement]

    Permalink
  13. implicit object DeleteWriter extends Writer[ResolvedDelete]

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

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  15. implicit object DistinctResultReader extends Reader[JSONBatchCommands.JSONDistinctCommand.DistinctResult]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  16. implicit object DistinctWriter extends Writer[ResolvedCollectionCommand[JSONBatchCommands.JSONDistinctCommand.Distinct]]

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

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

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  19. implicit def FindAndModifyWriter: commands.JSONFindAndModifyImplicits.FindAndModifyWriter.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  20. implicit object HintWriter extends Writes[JSONBatchCommands.JSONCountCommand.Hint]

    Permalink
  21. val InsertCommand: JSONInsertCommand.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  22. implicit object InsertWriter extends Writer[ResolvedInsert]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  23. object JSONCountCommand extends CountCommand[reactivemongo.play.json.JSONSerializationPack.type]

    Permalink
  24. object JSONDeleteCommand extends DeleteCommand[reactivemongo.play.json.JSONSerializationPack.type]

    Permalink
  25. object JSONDistinctCommand extends DistinctCommand[reactivemongo.play.json.JSONSerializationPack.type]

    Permalink
  26. object JSONInsertCommand extends InsertCommand[reactivemongo.play.json.JSONSerializationPack.type]

    Permalink
  27. object JSONUpdateCommand extends UpdateCommand[reactivemongo.play.json.JSONSerializationPack.type]

    Permalink
  28. implicit object LastErrorReader extends Reader[LastError]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  29. val UpdateCommand: JSONUpdateCommand.type

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  30. implicit object UpdateElementWriter extends Writer[JSONBatchCommands.JSONUpdateCommand.UpdateElement]

    Permalink
  31. implicit object UpdateReader extends Reader[JSONBatchCommands.JSONUpdateCommand.UpdateResult]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  32. implicit object UpdateWriter extends Writer[ResolvedUpdate]

    Permalink
    Definition Classes
    JSONBatchCommands → BatchCommands
  33. implicit object UpsertedReader extends Reader[Upserted]

    Permalink
  34. implicit object WriteConcernErrorReader extends Reader[WriteConcernError]

    Permalink
  35. implicit object WriteConcernWriter extends Writer[WriteConcern]

    Permalink
  36. implicit object WriteErrorReader extends Reader[WriteError]

    Permalink
  37. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  48. val pack: reactivemongo.play.json.JSONSerializationPack.type

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

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

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

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

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

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

Inherited from BatchCommands[reactivemongo.play.json.JSONSerializationPack.type]

Inherited from AnyRef

Inherited from Any

Ungrouped