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. sealed trait ConnectionOption extends AnyRef

    Permalink
  3. trait Converter[T] extends AnyRef

    Permalink
  4. case class Credentials(username: String, password: String) extends Product with Serializable

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

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

    Permalink
  7. case class Field[T](name: String) extends Product with Serializable

    Permalink
  8. case class Index extends Product with Serializable

    Permalink
  9. 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
  10. trait ModelObject extends AnyRef

    Permalink
  11. 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
  12. case class MongoDBServer(host: String = "localhost", port: Int = 27017) extends Product with Serializable

    Permalink
  13. class MongoDatabase extends AnyRef

    Permalink
  14. trait TypedStore[T] extends AnyRef

    Permalink

Value Members

  1. object ConnectionOption

    Permalink
  2. object Converter

    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