play.modules.reactivemongo.json.collection

JSONBatchCommands

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. implicit def AggregateReader: AggregationResultReader.type

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

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

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

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

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

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

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

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

  15. implicit object DeleteWriter extends Writer[ResolvedDelete]

    Definition Classes
    JSONBatchCommands → BatchCommands
  16. val DistinctCommand: JSONDistinctCommand.type

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

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

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

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

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

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

  23. val InsertCommand: JSONInsertCommand.type

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

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

  26. object JSONDeleteCommand extends DeleteCommand[JSONSerializationPack.type]

  27. object JSONDistinctCommand extends DistinctCommand[JSONSerializationPack.type]

  28. object JSONInsertCommand extends InsertCommand[JSONSerializationPack.type]

  29. object JSONUpdateCommand extends UpdateCommand[JSONSerializationPack.type]

  30. implicit object LastErrorReader extends Reader[LastError]

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

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

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

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

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

  36. implicit object WriteConcernErrorReader extends Reader[WriteConcernError]

  37. implicit object WriteConcernWriter extends Writer[WriteConcern]

  38. implicit object WriteErrorReader extends Reader[WriteError]

  39. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  40. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  50. val pack: JSONSerializationPack.type

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

    Definition Classes
    AnyRef
  52. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BatchCommands[JSONSerializationPack.type]

Inherited from AnyRef

Inherited from Any

Ungrouped