package bson
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- bson
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
class
BSONCollection extends Product with GenericCollection[BSONSerializationPack.type] with Serializable with Serializable
- Annotations
- @SerialVersionUID()
-
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
- Annotations
- @SerialVersionUID() @deprecated
- Deprecated
(Since version 0.16.0) Useless, will be remove
Value Members
- object BSONBatchCommands extends BatchCommands[BSONSerializationPack.type]
-
object
BSONCollection extends AbstractFunction3[DB, String, FailoverStrategy, BSONCollection] with Serializable
Factory and extractors
- implicit object BSONCollectionProducer extends GenericCollectionProducer[BSONSerializationPack.type, BSONCollection]