package mongodb
- Alphabetic
- By Inheritance
- mongodb
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
object
MongoDb
Object for managing the mongo databases and collections
-
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).
-
object
MongoSink extends Serializable
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
An object exposing those MongoDb signatures that basically aims to fetch data from the collections by performing different type of read queries available such like find, count, distinct or any type of aggregation.
An object exposing those MongoDb signatures that basically aims to fetch data from the collections by performing different type of read queries available such like find, count, distinct or any type of aggregation. There are three exceptions in which the method alters the data apart of fetching it, which are the findOne and delete, replace or update.