Package

play.modules.reactivemongo.json

collection

Permalink

package collection

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. collection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class JSONCollection(db: DB, name: String, failoverStrategy: FailoverStrategy) extends GenericCollection[reactivemongo.play.json.JSONSerializationPack.type] with CollectionMetaCommands with Product with Serializable

    Permalink

    A Collection that interacts with the Play JSON library, using Reads and Writes.

    A Collection that interacts with the Play JSON library, using Reads and Writes.

    Annotations
    @deprecated
    Deprecated

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

  2. case class JSONQueryBuilder(collection: Collection, failover: FailoverStrategy, queryOption: Option[JsObject] = None, sortOption: Option[JsObject] = None, projectionOption: Option[JsObject] = None, hintOption: Option[JsObject] = None, explainFlag: Boolean = false, snapshotFlag: Boolean = false, commentString: Option[String] = None, options: QueryOpts = QueryOpts(), maxTimeMsOption: Option[Long] = None) extends GenericQueryBuilder[reactivemongo.play.json.JSONSerializationPack.type] with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  3. sealed trait JsCursor[T] extends Cursor[T]

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  4. class JsCursorImpl[T] extends JsCursor[T] with WrappedCursor[T]

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  5. class JsFlattenedCursor[T] extends FlattenedCursor[T] with JsCursor[T]

    Permalink
    Annotations
    @deprecated
    Deprecated

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

Value Members

  1. implicit object JSONCollectionProducer extends GenericCollectionProducer[reactivemongo.play.json.JSONSerializationPack.type, JSONCollection]

    Permalink

Deprecated Value Members

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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  2. object JsCursor

    Permalink

    Implicits of the JSON extensions for cursors.

    Implicits of the JSON extensions for cursors.

    Annotations
    @deprecated
    Deprecated

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

Inherited from AnyRef

Inherited from Any

Ungrouped