t

net.liftweb.mongodb

MongoMeta

trait MongoMeta[BaseDocument] extends JsonFormats

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MongoMeta
  2. JsonFormats
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def connectionIdentifier: ConnectionIdentifier
  2. abstract def useColl[T](f: (DBCollection) ⇒ T): T
  3. abstract def useDb[T](f: (DB) ⇒ T): T

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit lazy val _formats: Formats
    Definition Classes
    JsonFormats
  5. lazy val allFormats: Formats
    Definition Classes
    JsonFormats
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. 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.

  9. def count(qry: JObject): Long
  10. def count(qry: DBObject): Long
  11. def count: Long
  12. def countDistinct(key: String, query: DBObject): Long
  13. def createIndex(keys: JObject, opts: JObject): Unit
  14. def createIndex(keys: JObject, unique: Boolean = false): Unit
  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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def fixCollectionName: String
  23. def formats: Formats
    Definition Classes
    JsonFormats
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def update(qry: JObject, newobj: JObject, opts: UpdateOption*): Unit
  33. def update(qry: JObject, newobj: JObject, db: DB, opts: UpdateOption*): Unit
  34. def update(qry: DBObject, newobj: DBObject, db: DB, opts: UpdateOption*): Unit
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from JsonFormats

Inherited from AnyRef

Inherited from Any

Ungrouped