package
collection
Type Members
-
case class
JSONCollection(db: DB, name: String, failoverStrategy: FailoverStrategy) extends GenericCollection[JsObject, Reads, Writes] with JSONGenericHandlers with CollectionMetaCommands with Product with Serializable
-
case class
JSONDocumentReaderAsBufferReader[T](reader: Reads[T]) extends BufferReader[T] with Product with Serializable
-
trait
JSONGenericHandlers extends GenericHandlers[JsObject, Reads, Writes]
-
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()) extends GenericQueryBuilder[JsObject, Reads, Writes] with JSONGenericHandlers with Product with Serializable
Inherited from AnyRef
Inherited from Any