net.liftweb.mongodb.MongoMeta

trait MongoMeta

trait MongoMeta[BaseDocument]

 extends ScalaObject




Source: Mongo.scala(226)

Direct Known Subclasses

MongoDocumentMeta,

 Fields

_formats.. implicit lazy val _formats Formats
collectionName.. def collectionName
The name of the database collection [details]
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.
String
count.. def count Long
fixCollectionName.. def fixCollectionName String
formats.. def formats Formats
mongoIdentifier.. def mongoIdentifier MongoIdentifier

 Methods

!=.. final def !=(arg0 : Object) Boolean AnyRef
!=.. final def !=(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Object) Boolean AnyRef
asInstanceOf.. final def asInstanceOf[T0] T0 Any
clone.. protected def clone Object AnyRef
count.. def count(qry : JObject) Long
delete.. def delete(qry : JObject) Unit
delete.. def delete(qry : DBObject) Unit
delete.. def delete(k : String, v : Any) Unit
drop.. def drop Unit
ensureIndex.. def ensureIndex(keys : JObject, opts : JObject) Unit
ensureIndex.. def ensureIndex(keys : JObject) Unit
ensureIndex.. def ensureIndex(keys : JObject, unique : Boolean) Unit
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. def equals(arg0 : Any) Boolean AnyRef
finalize.. protected def finalize Unit AnyRef
getClass.. final def getClass Class[Any] AnyRef
hashCode.. def hashCode Int AnyRef
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
ne.. final def ne(arg0 : Object) Boolean AnyRef
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. def toString String AnyRef
update.. def update(qry : JObject, newobj : JObject, db : DB, opts : UpdateOption*) Unit
update.. def update(qry : JObject, newobj : JObject, opts : UpdateOption*) Unit
update.. def update(qry : DBObject, newobj : DBObject, db : DB, opts : UpdateOption*) Unit
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.