org.tyranid.db.mongo

DBObjectWrap

trait DBObjectWrap extends DBObject with BsonObject with DBValue

Linear Supertypes
DBValue, BsonObject, Deep, DBObject, BSONObject, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DBObjectWrap
  2. DBValue
  3. BsonObject
  4. Deep
  5. DBObject
  6. BSONObject
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def apply (key: String): AnyRef

    Attributes
    abstract
    Definition Classes
    BsonObject
  2. val obj : DBObject

    Attributes
    abstract
  3. def update (key: String, v: Any): Unit

    Attributes
    abstract
    Definition Classes
    BsonObject

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def / (name: String): DBValue

    Definition Classes
    DBObjectWrapDBValue
  5. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  6. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  7. def a (key: String): BasicDBList

    Definition Classes
    BsonObject
  8. def a_? (key: String): BasicDBList

    Definition Classes
    BsonObject
  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def b (key: String): Boolean

    Definition Classes
    BsonObject
  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def containsField (s: String): Boolean

    Definition Classes
    DBObjectWrap → BSONObject
  13. def d (key: String): Double

    Definition Classes
    BsonObject
  14. def deep : DBObjectWrap

    Definition Classes
    DBObjectWrapBsonObjectDeep
  15. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  16. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def get (key: String): AnyRef

    Definition Classes
    DBObjectWrap → BSONObject
  19. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  20. def has (key: String): Boolean

    Definition Classes
    DBObjectWrapBsonObject
  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def i (key: String): Int

    Definition Classes
    BsonObject
  23. def id : AnyRef

    Definition Classes
    BsonObject
  24. def int : Nothing

    Definition Classes
    DBObjectWrapDBValue
  25. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  26. def isNew : Boolean

  27. def isPartialObject (): Boolean

    Definition Classes
    DBObjectWrap → DBObject
  28. def keySet (): Set[String]

    Definition Classes
    DBObjectWrap → BSONObject
  29. def l (key: String): Long

    Definition Classes
    BsonObject
  30. def markAsPartialObject (): Unit

    Definition Classes
    DBObjectWrap → DBObject
  31. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  32. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  33. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  34. def o (key: String): DBObjectWrap

    Definition Classes
    DBObjectWrapBsonObject
  35. def oid (key: String): ObjectId

    Definition Classes
    BsonObject
  36. def opta (key: String): Option[BasicDBList]

    Definition Classes
    BsonObject
  37. def optb (key: String): Option[Boolean]

    Definition Classes
    BsonObject
  38. def optd (key: String): Option[Double]

    Definition Classes
    BsonObject
  39. def opti (key: String): Option[Int]

    Definition Classes
    BsonObject
  40. def optl (key: String): Option[Long]

    Definition Classes
    BsonObject
  41. def opto (key: String): Option[DBObject]

    Definition Classes
    BsonObject
  42. def opts (key: String): Option[String]

    Definition Classes
    BsonObject
  43. def optt (key: String): Option[Date]

    Definition Classes
    BsonObject
  44. def put (key: String, v: AnyRef): AnyRef

    Definition Classes
    DBObjectWrap → BSONObject
  45. def putAll (m: java.util.Map[_, _]): Unit

    Definition Classes
    DBObjectWrap → BSONObject
  46. def putAll (o: BSONObject): Unit

    Definition Classes
    DBObjectWrap → BSONObject
  47. def remove (key: String): AnyRef

  48. def removeField (key: String): AnyRef

    Definition Classes
    DBObjectWrap → BSONObject
  49. def rename (from: String, to: String): AnyRef

  50. def s (key: String): String

    Definition Classes
    BsonObject
  51. def string : String

    Definition Classes
    DBObjectWrapDBValue
  52. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  53. def t (key: String): Date

    Definition Classes
    BsonObject
  54. def toMap (): java.util.Map[_, _]

    Definition Classes
    DBObjectWrap → BSONObject
  55. def toString (): String

    Definition Classes
    AnyRef → Any
  56. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def containsKey (s: String): Boolean

    Definition Classes
    DBObjectWrap → BSONObject
    Annotations
    @deprecated
    Deprecated

    use containsField

Inherited from DBValue

Inherited from BsonObject

Inherited from Deep

Inherited from DBObject

Inherited from BSONObject

Inherited from AnyRef

Inherited from Any