reactivemongo.api.collections

bson

package bson

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. bson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

    Annotations
    @deprecated @SerialVersionUID( 1382847900L )
    Deprecated

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

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

    Annotations
    @SerialVersionUID( 1634796413L ) @deprecated
    Deprecated

    (Since version 0.16.0) Useless, will be remove

Value Members

  1. implicit object BSONCollectionProducer extends GenericCollectionProducer[BSONSerializationPack.type, BSONCollection]

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

Inherited from AnyRef

Inherited from Any

Ungrouped