Trait/Object

com.mongodb.casbah.commons

Imports

Related Docs: object Imports | package commons

Permalink

trait Imports extends BaseImports with TypeImports with Implicits

Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Imports
  2. Implicits
  3. TypeImports
  4. BaseImports
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type BSONTimestamp = org.bson.types.BSONTimestamp

    Permalink
    Definition Classes
    TypeImports
  2. type BasicDBList = mongodb.BasicDBList

    Permalink
    Definition Classes
    TypeImports
  3. type BasicDBObject = mongodb.BasicDBObject

    Permalink
    Definition Classes
    TypeImports
  4. type DBObject = mongodb.DBObject

    Permalink
    Definition Classes
    TypeImports
  5. type DBRef = mongodb.DBRef

    Permalink
    Definition Classes
    TypeImports
  6. type JSFunction = String

    Permalink
    Definition Classes
    Implicits
  7. class MapWithAsDBObject extends AnyRef

    Permalink
    Definition Classes
    Implicits
  8. type MongoDBList = commons.MongoDBList

    Permalink
    Definition Classes
    TypeImports
  9. type MongoDBObject = commons.MongoDBObject

    Permalink
    Definition Classes
    TypeImports
  10. type MongoException = mongodb.MongoException

    Permalink
    Definition Classes
    TypeImports
  11. type ObjectId = org.bson.types.ObjectId

    Permalink
    Definition Classes
    TypeImports

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DBList: commons.MongoDBList.type

    Permalink
    Definition Classes
    BaseImports
  5. val DBObject: commons.MongoDBObject.type

    Permalink
    Definition Classes
    BaseImports
  6. val MongoDBList: commons.MongoDBList.type

    Permalink
    Definition Classes
    BaseImports
  7. val MongoDBObject: commons.MongoDBObject.type

    Permalink
    Definition Classes
    BaseImports
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. implicit def map2MongoDBObject(map: Map[String, Any]): mongodb.DBObject

    Permalink
    Definition Classes
    Implicits
  17. implicit def mapAsDBObject(map: Map[String, Any]): MapWithAsDBObject

    Permalink

    Implicit extension methods for Scala Map[String, Any] to convert to Mongo DBObject instances.

    Implicit extension methods for Scala Map[String, Any] to convert to Mongo DBObject instances. Does not currently convert nested values.

    map

    A map of [String, Any]

    Definition Classes
    Implicits
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. implicit def unwrapDBList(in: commons.MongoDBList): mongodb.BasicDBList

    Permalink
    Definition Classes
    Implicits
  24. implicit def unwrapDBObj(in: commons.MongoDBObject): mongodb.DBObject

    Permalink
    Definition Classes
    Implicits
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. implicit def wrapDBList(in: mongodb.BasicDBList): commons.MongoDBList

    Permalink
    Definition Classes
    Implicits
  29. implicit def wrapDBObj(in: mongodb.DBObject): commons.MongoDBObject

    Permalink
    Definition Classes
    Implicits

Inherited from Implicits

Inherited from TypeImports

Inherited from BaseImports

Inherited from AnyRef

Inherited from Any

Ungrouped