package
mongo
Type Members
-
case class
BasicDBValue
(ref: AnyRef) extends DBValue with Product with Serializable
-
case class
DBCollectionImp
(coll: DBCollection) extends Product with Serializable
-
case class
DBCursorImp
(cursor: DBCursor) extends Iterator[DBObject] with Product with Serializable
-
case class
DBImp
(db: DB) extends Product with Serializable
-
case class
DBListImp
(obj: BasicDBList) extends DBListWrap with Seq[Any] with Product with Serializable
-
trait
DBListWrap
extends DBObjectWrap with BsonList
-
case class
DBObjectImp
(obj: DBObject) extends DBObjectWrap with DBValue with Product with Serializable
-
trait
DBObjectWrap
extends DBObject with BsonObject with DBValue
-
trait
DBValue
extends AnyRef
-
case class
MongoEntity
(tid: String) extends Entity with Product with Serializable
-
case class
MongoImp
(mongo: Mongo) extends Product with Serializable
-
case class
MongoRecord
(view: MongoView, obj: DBObject, parent: MongoRecord) extends Record with DBObjectWrap with Product with Serializable
-
case class
MongoView
(entity: MongoEntity) extends View with Product with Serializable
Value Members
-
object
DBListWrap
extends AnyRef
-
object
DbMongoId
extends Domain with Product with Serializable
-
object
Imp
extends AnyRef
-
object
MissingDBValue
extends DBValue with Product with Serializable