play.modules.reactivemongo.json.collection

JSONBatchCommands

Related Doc: package collection

object JSONBatchCommands extends BatchCommands[JSONSerializationPack.type]

Linear Supertypes
BatchCommands[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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

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

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. implicit def AggregateReader: AggregationResultReader.type

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

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

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

    Definition Classes
    JSONBatchCommands → BatchCommands
  8. implicit object CountResultReader extends Reader[JSONBatchCommands.JSONCountCommand.CountResult]

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

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

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

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

  13. implicit object DeleteWriter extends Writer[ResolvedDelete]

    Definition Classes
    JSONBatchCommands → BatchCommands
  14. val FindAndModifyCommand: JSONFindAndModifyCommand.type

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

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

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

  18. val InsertCommand: JSONInsertCommand.type

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

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

  21. object JSONDeleteCommand extends DeleteCommand[JSONSerializationPack.type]

  22. object JSONInsertCommand extends InsertCommand[JSONSerializationPack.type]

  23. object JSONUpdateCommand extends UpdateCommand[JSONSerializationPack.type]

  24. implicit object LastErrorReader extends Reader[LastError]

    Definition Classes
    JSONBatchCommands → BatchCommands
  25. val UpdateCommand: JSONUpdateCommand.type

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

  27. implicit object UpdateReader extends Reader[JSONBatchCommands.JSONUpdateCommand.UpdateResult]

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

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

  30. implicit object WriteConcernErrorReader extends Reader[WriteConcernError]

  31. implicit object WriteConcernWriter extends Writer[WriteConcern]

  32. implicit object WriteErrorReader extends Reader[WriteError]

  33. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  34. def clone(): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. val pack: JSONSerializationPack.type

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

    Definition Classes
    AnyRef
  46. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BatchCommands[JSONSerializationPack.type]

Inherited from AnyRef

Inherited from Any

Ungrouped