Package

com.outr

giantscala

Permalink

package giantscala

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

    Permalink
  2. trait Converter[T] extends AnyRef

    Permalink
  3. case class Credentials(username: String, password: String, authenticationDatabase: String = "admin") extends Product with Serializable

    Permalink
  4. abstract class DBCollection[T <: ModelObject] extends Implicits

    Permalink
  5. case class ExpireAfter(value: Long, unit: TimeUnit) extends Product with Serializable

    Permalink
  6. class Field[T] extends AnyRef

    Permalink
  7. case class Index extends Product with Serializable

    Permalink
  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

    Permalink
  9. trait ModelObject extends AnyRef

    Permalink
  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

    Permalink
  11. case class MongoDBServer(host: String = "localhost", port: Int = 27017) extends Product with Serializable

    Permalink
  12. class MongoDatabase extends AnyRef

    Permalink
  13. trait TypedStore[T] extends AnyRef

    Permalink

Value Members

  1. object Converter

    Permalink
  2. object Field

    Permalink
  3. object Index extends Serializable

    Permalink
  4. object MongoDBServer extends Serializable

    Permalink
  5. object MongoDatabase

    Permalink
  6. package dsl

    Permalink
  7. package failure

    Permalink
  8. package oplog

    Permalink
  9. package upgrade

    Permalink

Ungrouped