Packages

package mongodb

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package client
  2. package domain

Type Members

  1. class MongoDb extends MongoDbImpl
  2. class MongoSingle[Doc] extends MongoSingleImpl
  3. class MongoSink[Doc] extends MongoSinkImpl
  4. class MongoSource[Doc] extends MongoSourceImpl

Value Members

  1. object MongoDb extends MongoDbImpl

    Object for managing the mongo databases and collections

  2. object MongoSingle extends MongoSingleImpl

    Provides an idiomatic api for performing single operations against MongoDb.

    Provides an idiomatic api for performing single operations against MongoDb. It only exposes methods for appending and modifying (delete, insert, replace and update).

  3. object MongoSink extends MongoSinkImpl

    Companion object and factory for building a predefined MongoSink.

    Companion object and factory for building a predefined MongoSink.

    The current sinks available are (delete, insert, replace and update), all of them available for one and many elements at a time.

  4. object MongoSource extends MongoSourceImpl

    An object that exposes those MongoDb definitions for fetching data from collections by performing different type of read queries available such like find, count, distinct or aggregation.

    An object that exposes those MongoDb definitions for fetching data from collections by performing different type of read queries available such like find, count, distinct or aggregation. There are three exceptions in which the method also alters the data apart of reading it, which are the findOne and delete, replace or update.

Deprecated Value Members

  1. object MongoOp

    Provides an idiomatic api for performing single operations against MongoDb.

    Provides an idiomatic api for performing single operations against MongoDb. It only exposes methods for appending and modifying (delete, insert, replace and update).

    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.3) moved to MongoSingle

Ungrouped