reactivemongo.api

collections

package collections

Visibility
  1. Public
  2. All

Type Members

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

  2. trait GenericCollection[P <: SerializationPack with Singleton] extends Collection with GenericCollectionWithCommands[P] with CollectionMetaCommands with ImplicitCommandHelpers[P]

    A Collection that provides default methods using a Structure (like reactivemongo.bson.BSONDocument, or a Json document, etc.).

    A Collection that provides default methods using a Structure (like reactivemongo.bson.BSONDocument, or a Json document, etc.).

    Some methods of this collection accept instances of Reader[T] and Writer[T], that transform any T instance into a Structure and vice-versa. The default implementation of Collection, reactivemongo.api.collections.default.BSONCollection, extends this trait.

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

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

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

    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

Ungrouped