Covariant interface to a cubbie collection.
Wrapper around a bson map to provide scala-access to the map and its content.
Lazy scala seq wrapper around bson sequence.
A converter that eagerly, and recursively, creates a mutable.
This converter creates cubbies which do conversion from mongodb objects to scala maps and seqs on-the-fly.
A wrapper around a cubbie that can be used to specify mongo queries using the cubbie map.
A MongoCubbieCollection stores cubbies in a Mongo collection.
A trait to mix-in into mongo cubbie collections that controls how the raw mongo documents are converted to cubbies.
Support for mongo queries specific to list attributes
A slot that can do mongo specific operations
A cubbie collection that can be modified (hence not covariant anymore).
This class shows some example usage of cubbies and mongo serialization and querying.
Helper methods to convert cubbies into mongo objects and vice versa.
Implicits to import when you want to create cubbie mongo queries.