Package

reactivemongo.api.collections

bson

Permalink

package bson

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class BSONCollection extends Product with GenericCollection[BSONSerializationPack.type] with Serializable with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. case class BSONQueryBuilder(collection: Collection, failover: FailoverStrategy, queryOption: Option[BSONDocument] = None, sortOption: Option[BSONDocument] = None, projectionOption: Option[BSONDocument] = None, hintOption: Option[BSONDocument] = None, explainFlag: Boolean = false, snapshotFlag: Boolean = false, commentString: Option[String] = None, options: QueryOpts = QueryOpts(), maxTimeMsOption: Option[Long] = None) extends GenericQueryBuilder[BSONSerializationPack.type] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Inherited from AnyRef

Inherited from Any

Ungrouped