net.liftweb

mongodb

package mongodb

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. mongodb
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class DateSerializer extends Serializer[Date]

  2. class DateTimeSerializer extends Serializer[DateTime]

  3. sealed abstract class FindOption extends AnyRef

  4. trait JsonFormats extends AnyRef

  5. trait JsonObject[BaseDocument] extends AnyRef

  6. class JsonObjectMeta[BaseDocument] extends AnyRef

  7. case class Limit(value: Int) extends FindOption with Product with Serializable

  8. trait MongoDocument[BaseDocument] extends JsonObject[BaseDocument]

  9. trait MongoDocumentMeta[BaseDocument] extends JsonObjectMeta[BaseDocument] with MongoMeta[BaseDocument]

  10. trait MongoMeta[BaseDocument] extends JsonFormats

  11. case class MongoRef(ref: String, id: ObjectId) extends Product with Serializable

  12. class ObjectIdSerializer extends Serializer[ObjectId]

  13. class PatternSerializer extends Serializer[Pattern]

  14. case class Skip(value: Int) extends FindOption with Product with Serializable

  15. class UUIDSerializer extends Serializer[UUID]

  16. sealed abstract class UpdateOption extends AnyRef

  17. case class MongoAddress(host: MongoHostBase, name: String) extends Product with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use MongoClient to define your dbs.

  18. case class MongoHost(server: ServerAddress = new com.mongodb.ServerAddress(), options: MongoOptions = new com.mongodb.MongoOptions()) extends MongoHostBase with Product with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use MongoClient to define your dbs.

  19. abstract class MongoHostBase extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use MongoClient to define your dbs.

  20. type MongoIdentifier = ConnectionIdentifier

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) use util.ConnectionIdentifier instead

  21. case class MongoSet(dbs: List[ServerAddress], options: MongoOptions = new com.mongodb.MongoOptions()) extends MongoHostBase with Product with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use MongoClient to define your dbs.

Value Members

  1. object AsObjectId

    An ObjectId extractor.

  2. object BsonDSL extends JsonDSL

  3. object JObjectParser extends SimpleInjector

  4. object JsonDate

  5. object JsonDateTime

  6. object JsonObjectId

  7. object JsonRegex

  8. object JsonUUID

  9. object MongoDB

  10. object MongoRules extends SimpleInjector

  11. object Multi extends UpdateOption with Product with Serializable

  12. object Upsert extends UpdateOption with Product with Serializable

  13. package record

Deprecated Value Members

  1. val DefaultMongoIdentifier: DefaultConnectionIdentifier.type

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) use util.DefaultConnectionIdentifier instead

  2. object MongoHost extends Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use MongoClient to define your dbs.

Inherited from AnyRef

Inherited from Any

Ungrouped