net.liftweb.mongodb

MongoMeta

trait MongoMeta[BaseDocument] extends JsonFormats

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MongoMeta
  2. JsonFormats
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
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: AnyRef): Boolean

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

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

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

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

    Definition Classes
    Any
  6. implicit lazy val _formats: Formats

    Definition Classes
    JsonFormats
  7. lazy val allFormats: Formats

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

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.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 createIndex(keys: JObject, opts: JObject): Unit

  16. def createIndex(keys: JObject, unique: Boolean = false): Unit

  17. def delete(qry: JObject): Unit

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

  19. def delete(qry: DBObject): Unit

  20. def drop: Unit

  21. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def fixCollectionName: String

  25. def formats: Formats

    Definition Classes
    JsonFormats
  26. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) use createIndex(JObject, JObject) instead.

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

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) use createIndex(JObject, Boolean) instead.

  3. def ensureIndex(keys: JObject): Unit

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) use createIndex(JObject) instead.

  4. def mongoIdentifier: MongoIdentifier

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) use connectionIdentifier instead

Inherited from JsonFormats

Inherited from AnyRef

Inherited from Any

Ungrouped