Packages

p

com.outr

giantscala

package giantscala

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Batch[T <: ModelObject](collection: DBCollection[T], operations: List[WriteModel[Document]] = Nil, stopOnFailure: Boolean = false, bypassDocumentValidation: Boolean = false) extends Product with Serializable
  2. trait Converter[T] extends AnyRef
  3. case class Credentials(username: String, password: String, authenticationDatabase: String = "admin") extends Product with Serializable
  4. abstract class DBCollection[T <: ModelObject] extends Implicits
  5. case class ExpireAfter(value: Long, unit: TimeUnit) extends Product with Serializable
  6. case class Field[T](name: String) extends Product with Serializable
  7. case class Index extends Product with Serializable
  8. 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
  9. trait ModelObject extends AnyRef
  10. case class MongoBuildInfo(version: String, gitVersion: String, allocator: String, versionArray: Vector[Int], bits: Int, debug: Boolean, maxBsonObjectSize: Long, ok: Double) extends Product with Serializable
  11. case class MongoDBServer(host: String = "localhost", port: Int = 27017) extends Product with Serializable
  12. class MongoDatabase extends AnyRef
  13. trait TypedStore[T] extends AnyRef

Value Members

  1. object Converter
  2. object Index extends Serializable
  3. object MongoDBServer extends Serializable
  4. object MongoDatabase

Ungrouped