Packages

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. Protected

Deprecated Type Members

  1. final class BSONCollection extends Product with GenericCollection[BSONSerializationPack.type] with Serializable
    Annotations
    @deprecated @SerialVersionUID()
    Deprecated

    (Since version 0.19.0) Use reactivemongo.api.bson.collection.BSONCollection

  2. case class BSONQueryBuilder(collection: Collection, failoverStrategy: 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
    Annotations
    @SerialVersionUID() @deprecated
    Deprecated

    (Since version 0.16.0) Useless, will be remove

Deprecated Value Members

  1. object BSONBatchCommands extends BatchCommands[BSONSerializationPack.type]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0) Unused

  2. object BSONCollection extends AbstractFunction3[DB, String, FailoverStrategy, BSONCollection] with Serializable

    Factory and extractors

    Factory and extractors

    Annotations
    @deprecated
    Deprecated

    (Since version 0.17.0) Case accessors will be removed

Inherited from AnyRef

Inherited from Any

Ungrouped