reactivemongo.api

collections

package collections

Visibility
  1. Public
  2. All

Type Members

  1. trait BatchCommands[P <: SerializationPack] extends AnyRef

  2. trait DeleteOps[P <: SerializationPack with Singleton] extends CommandCodecs[P]

  3. trait GenericCollection[P <: SerializationPack with Singleton] extends Collection with GenericCollectionWithCommands[P] with CollectionMetaCommands with ImplicitCommandHelpers[P] with InsertOps[P] with UpdateOps[P] with DeleteOps[P] with Aggregator[P] with GenericCollectionMetaCommands[P]

    A Collection that provides default methods using a SerializationPack (e.

  4. trait GenericCollectionProducer[P <: SerializationPack with Singleton, +C <: GenericCollection[P]] extends CollectionProducer[C]

  5. trait GenericCollectionWithCommands[P <: SerializationPack with Singleton] extends AnyRef

    Collection operations to run commands with

  6. trait GenericQueryBuilder[P <: SerializationPack] extends QueryOps with QueryCodecs[P]

    A builder that helps to make a fine-tuned query to MongoDB.

  7. trait InsertOps[P <: SerializationPack with Singleton] extends CommandCodecs[P]

Value Members

  1. package bson

Ungrouped