Package

reactivemongo.api

collections

Permalink

package collections

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait GenericCollection[P <: SerializationPack with Singleton] extends Collection with GenericCollectionWithCommands[P] with CollectionMetaCommands with ImplicitCommandHelpers[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

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

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

    Permalink
  5. trait GenericQueryBuilder[P <: SerializationPack] extends AnyRef

    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.

Value Members

  1. package bson

    Permalink

Ungrouped