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. case class JSONCollection(db: DB, name: String, failoverStrategy: FailoverStrategy) extends GenericCollection[JsObject, Reads, Writes] with JSONGenericHandlers with CollectionMetaCommands with Product with Serializable

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

  2. case class JSONDocumentReaderAsBufferReader[T](reader: Reads[T]) extends BufferReader[T] with Product with Serializable

  3. trait JSONGenericHandlers extends GenericHandlers[JsObject, Reads, Writes]

  4. 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 = ...) extends GenericQueryBuilder[JsObject, Reads, Writes] with JSONGenericHandlers with Product with Serializable

Value Members

  1. implicit object JSONCollectionProducer extends GenericCollectionProducer[JsObject, Reads, Writes, JSONCollection]

  2. object JSONGenericHandlers extends JSONGenericHandlers

Inherited from AnyRef

Inherited from Any

Ungrouped