Package

reactivemongo.play.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[JSONSerializationPack.type] with CollectionMetaCommands with Product with Serializable

    Permalink

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

  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[JSONSerializationPack.type] with Product with Serializable

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

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

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

    Permalink

Value Members

  1. object JSONBatchCommands extends BatchCommands[JSONSerializationPack.type]

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

    Permalink
  3. object JsCursor

    Permalink

    Implicits of the JSON extensions for cursors.

Inherited from AnyRef

Inherited from Any

Ungrouped