package giantscala
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Batch[T <: ModelObject](collection: DBCollection[T], operations: List[WriteModel[Document]] = Nil, stopOnFailure: Boolean = false, bypassDocumentValidation: Boolean = false) extends Product with Serializable
- trait Converter[T] extends AnyRef
- case class Credentials(username: String, password: String, authenticationDatabase: String = "admin") extends Product with Serializable
- abstract class DBCollection[T <: ModelObject] extends Implicits
- case class ExpireAfter(value: Long, unit: TimeUnit) extends Product with Serializable
- case class Field[T](name: String) extends Product with Serializable
- case class Index extends Product with Serializable
- case class IndexProperties(name: Option[String] = None, unique: Option[Boolean] = None, expireAfter: Option[ExpireAfter] = None, collation: Option[Collation] = None, sparse: Option[Boolean] = None) extends Product with Serializable
- trait ModelObject extends AnyRef
- case class MongoBuildInfo(version: String, gitVersion: String, allocator: String, versionArray: Vector[Int], bits: Int, debug: Boolean, maxBsonObjectSize: Long, ok: Double) extends Product with Serializable
- case class MongoDBServer(host: String = "localhost", port: Int = 27017) extends Product with Serializable
- class MongoDatabase extends AnyRef
- trait TypedStore[T] extends AnyRef
Value Members
- object Converter
- object Index extends Serializable
- object MongoDBServer extends Serializable
- object MongoDatabase