package mongodb
- Alphabetic
- Public
- Protected
Type Members
- class MongoDb extends MongoDbImpl
- class MongoSingle[Doc] extends MongoSingleImpl
- class MongoSink[Doc] extends MongoSinkImpl
- class MongoSource[Doc] extends MongoSourceImpl
Value Members
- object MongoDb extends MongoDbImpl
Object for managing the mongo databases and collections
- 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).
- 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
andmany
elements at a time. - 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
- 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