package bson
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- bson
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Deprecated Type Members
- 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
- 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
Value Members
- implicit object BSONCollectionProducer extends GenericCollectionProducer[BSONSerializationPack.type, BSONCollection]
Deprecated Value Members
- object BSONBatchCommands extends BatchCommands[BSONSerializationPack.type]
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.0) Unused
- 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