net.liftweb.mongodb

MongoMeta

trait MongoMeta [BaseDocument] extends JsonFormats

Linear Supertypes
JsonFormats, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MongoMeta
  2. JsonFormats
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

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 == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. implicit lazy val _formats : Formats

    Attributes
    implicit
    Definition Classes
    JsonFormats
  7. lazy val allFormats : Formats

    Definition Classes
    JsonFormats
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def collectionName : String

    The name of the database collection.

    The name of the database collection. Override this method if you want to change the collection to something other than the name of the class with an 's' appended to the end.

  11. def count (qry: JObject): Long

  12. def count (qry: DBObject): Long

  13. def count : Long

  14. def countDistinct (key: String, query: DBObject): Long

  15. def delete (qry: JObject): Unit

  16. def delete (k: String, v: Any): Unit

  17. def delete (qry: DBObject): Unit

  18. def drop : Unit

  19. def ensureIndex (keys: JObject, opts: JObject): Unit

  20. def ensureIndex (keys: JObject, unique: Boolean): Unit

  21. def ensureIndex (keys: JObject): Unit

  22. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. def fixCollectionName : String

  26. def formats : Formats

    Definition Classes
    JsonFormats
  27. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  28. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  29. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  30. def mongoIdentifier : MongoIdentifier

  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 synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  35. def toString (): String

    Definition Classes
    AnyRef → Any
  36. def update (qry: JObject, newobj: JObject, opts: UpdateOption*): Unit

  37. def update (qry: JObject, newobj: JObject, db: DB, opts: UpdateOption*): Unit

  38. def update (qry: DBObject, newobj: DBObject, db: DB, opts: UpdateOption*): Unit

  39. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from JsonFormats

Inherited from AnyRef

Inherited from Any