com.mongodb

casbah

package casbah

Visibility
  1. Public
  2. All

Type Members

  1. case class AggregationOutput(underlying: AggregationOutput) extends Product with Serializable

    Wrapper object for AggregationOutput

  2. trait BaseImports extends AnyRef

  3. case class BulkWriteException(message: String, cause: Throwable, underlying: BulkWriteException) extends Exception with Product with Serializable

  4. case class BulkWriteOperation(underlying: BulkWriteOperation) extends Product with Serializable

    A builder for a bulk write operation.

  5. case class BulkWriteResult(underlying: BulkWriteResult) extends Product with Serializable

  6. case class Cursor(underlying: Cursor) extends Iterator[DBObject] with Product with Serializable

    A wrapper for the new com.

  7. sealed class CursorExplanation extends MongoDBObject

  8. trait Implicits extends AnyRef

    Implicits object to expose implicit conversions to implementing classes which facilitate more Scala-like functionality in Mongo.

  9. trait Imports extends BaseImports with TypeImports with Implicits

  10. class MongoClient extends AnyRef

    Wrapper class for the MongoClient object.

  11. class MongoClientURI extends AnyRef

    Create a new MongoURI with a URI String e.

  12. class MongoCollection extends MongoCollectionBase with Iterable[DBObject]

    Concrete collection implementation expecting standard DBObject operation This is the version of MongoCollectionBase you should expect to use in most cases.

  13. trait MongoCollectionBase extends Logging

    Scala wrapper for Mongo DBCollections, including ones which return custom DBObject subclasses via setObjectClass and the like.

  14. class MongoCursor extends MongoCursorBase with Iterator[DBObject]

    Concrete cursor implementation expecting standard DBObject operation This is the version of MongoCursorBase you should expect to use in most cases.

  15. trait MongoCursorBase extends Logging

    Scala wrapper for Mongo DBCursors, including ones which return custom DBObject subclasses.

  16. class MongoDB extends AnyRef

    Wrapper for the Mongo DB object providing scala-friendly functionality.

  17. class MongoGenericTypedCollection[A <: DBObject] extends MongoTypedCollection

  18. class MongoGenericTypedCursor[A <: DBObject] extends MongoCursorBase

    Concrete cursor implementation for typed Cursor operations via Collection.

  19. trait MongoTypedCollection extends MongoCollectionBase

    Concrete collection implementation for typed Cursor operations via Collection.

  20. case class ParallelScanOptions(numCursors: Int, batchSize: Int, readPreference: Option[ReadPreference]) extends Product with Serializable

    The options to use for a parallel collection scan.

  21. trait TypeImports extends AnyRef

  22. class MongoConnection extends AnyRef

    Wrapper class for the Mongo Connection object.

  23. class MongoURI extends AnyRef

    Create a new MongoURI with a URI String e.

Value Members

  1. object AggregationOptions extends AnyRef

    Helper object for com.mongodb.AggregationOptions

  2. object BaseImports extends BaseImports with BaseImports with BaseImports

  3. object Implicits extends Implicits with Implicits with Implicits

  4. object Imports extends Imports with Imports with Imports with FluidQueryBarewordOps

  5. object MongoClient extends AnyRef

    Wrapper object for MongoClient connections, providing the static methods the Java driver gives.

  6. object MongoClientOptions extends AnyRef

    Helper class for creating MongoClientOptions instances

  7. object MongoClientURI extends AnyRef

  8. object MongoCollection extends Logging

    Helper object for some static methods

  9. object MongoCredential extends AnyRef

    Helper class for creating MongoCredential instances

  10. object MongoCursor extends Logging

  11. object MongoDB extends AnyRef

    Wrapper for the Mongo DB object providing scala-friendly functionality.

  12. object MongoDBAddress extends AnyRef

  13. object ParallelScanOptions extends Serializable

    The options to use for a parallel collection scan.

  14. object ReadPreference extends AnyRef

    Helper class for creating ReadPreference instances

  15. object TypeImports extends TypeImports with TypeImports with TypeImports

  16. object WriteConcern extends AnyRef

    Helper class for creating WriteConcern instances

  17. package map_reduce

  18. package util

Deprecated Value Members

  1. object MongoConnection extends AnyRef

    Wrapper object for Mongo Connections, providing the static methods the Java driver gives.

  2. object MongoOptions extends AnyRef

    Helper class for creating MongoOptions instances

  3. object MongoURI extends AnyRef