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. abstract class DBCollection[T <: ModelObject] extends AnyRef

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

    Permalink
  5. case class Index extends Product with Serializable

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

    Permalink
  8. class MongoDatabase extends AnyRef

    Permalink
  9. macro class TypedCollection[T <: ModelObject] extends Annotation with StaticAnnotation

    Permalink
    Annotations
    @compileTimeOnly( ... )
  10. trait TypedStore[T] extends AnyRef

    Permalink

Value Members

  1. object Converter

    Permalink
  2. object Index extends Serializable

    Permalink
  3. object TypedCollection

    Permalink
  4. package failure

    Permalink
  5. package oplog

    Permalink
  6. package upgrade

    Permalink

Ungrouped