play.modules.reactivemongo.json

collection

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

Type Members

  1. class JSONCollection extends GenericCollection[JSONSerializationPack.type] with CollectionMetaCommands with Product with Serializable

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

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

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

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

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

Value Members

  1. object JSONBatchCommands extends BatchCommands[JSONSerializationPack.type]

  2. implicit object JSONCollectionProducer extends GenericCollectionProducer[JSONSerializationPack.type, JSONCollection]

  3. object JsCursor

    Implicits of the JSON extensions for cursors.

Deprecated Value Members

  1. object JSONCollection extends AbstractFunction3[DB, String, FailoverStrategy, JSONCollection] with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12-RC5)

Inherited from AnyRef

Inherited from Any

Ungrouped