reactivemongo
.
api
.
collections
bson
package
bson
Linear Supertypes
AnyRef
,
Any
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
()
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
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped