package
collection
Type Members
-
case class
JSONCollection(db: DB, name: String, failoverStrategy: FailoverStrategy) extends GenericCollection[JSONSerializationPack.type] with CollectionMetaCommands with Product with Serializable
-
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
-
sealed
trait
JsCursor[T] extends Cursor[T]
-
class
JsCursorImpl[T] extends JsCursor[T] with WrappedCursor[T]
-
Inherited from AnyRef
Inherited from Any