com.mongodb.casbah

commons

package commons

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseImports extends AnyRef

  2. trait Implicits extends AnyRef

  3. trait Imports extends BaseImports with TypeImports with Implicits

  4. class Logger extends AnyRef

    Scala SLF4J wrapper

  5. trait Logging extends AnyRef

    Base trait for all classes that wants to be able use the logging infrastructure.

  6. class MongoDBList extends Seq[Any]

  7. sealed class MongoDBListBuilder extends Builder[Any, Seq[Any]]

  8. class MongoDBObject extends Map[String, AnyRef] with MapLike[String, AnyRef, MongoDBObject] with Logging

    MapLike scala interface for Mongo DBObjects - proxies an existing DBObject.

  9. sealed class MongoDBObjectBuilder extends Builder[(String, Any), commons.Imports.DBObject]

  10. sealed trait NotNothing[A] extends AnyRef

    Nice trick from Miles Sabin using ambiguity in implicit resolution to disallow Nothing

  11. trait TypeImports extends AnyRef

  12. abstract class ValidBSONType[T] extends AnyRef

Value Members

  1. object BaseImports extends BaseImports

  2. object Implicits extends Implicits

  3. object Imports extends Imports

  4. object Logger

    Logger factory

  5. object MongoDBList

  6. object MongoDBObject

  7. object NotNothing

  8. object TypeImports extends TypeImports

  9. object ValidBSONType

  10. package conversions

Ungrouped