Package

reactivemongo.api

collections

Permalink

package collections

Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink

  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]

    Permalink

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

    A Collection that provides default methods using a SerializationPack (e.g. the default reactivemongo.api.BSONSerializationPack).

    Some methods of this collection accept instances of Reader[T] and Writer[T], that transform any T instance into a document, compatible with the selected serialization pack, and vice-versa.

    P

    the serialization pack

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

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

    Permalink

    Collection operations to run commands with

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

    Permalink

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

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

    When the query is ready, you can call cursor to get a Cursor, or one if you want to retrieve just one document.

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

    Permalink

Value Members

  1. package bson

    Permalink

Ungrouped