BSONCollectionProducer

reactivemongo.api.bson.collection.package$.BSONCollectionProducer$

Instance of collection producer for BSONCollection

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(db: DB, name: String, failoverStrategy: FailoverStrategy): BSONCollection

Resolve a Collection reference.

Resolve a Collection reference.

Attributes

db

the database which this collection belong to

failoverStrategy

the failover strategy for the collection operations

name

the name of the collection

Concrete fields

val pack: Pack