Class

com.outr.giantscala

DBCollection

Related Doc: package giantscala

Permalink

abstract class DBCollection[T <: ModelObject] extends Implicits

Linear Supertypes
Implicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DBCollection
  2. Implicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DBCollection(collectionName: String, db: MongoDatabase)

    Permalink

Type Members

  1. implicit class AggregateInstructions extends AnyRef

    Permalink
    Definition Classes
    Implicits
  2. implicit class EnhancedFuture[Result] extends AnyRef

    Permalink
  3. implicit class FieldExtras[T] extends AnyRef

    Permalink
    Definition Classes
    Implicits

Abstract Value Members

  1. abstract val converter: Converter[T]

    Permalink
  2. abstract def indexes: List[Index]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val aggregate: AggregateBuilder[T, T]

    Permalink
  5. def all(limit: Int = 1000): Future[List[T]]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. lazy val batch: Batch[T]

    Permalink
  8. def byIds(ids: Seq[String]): Future[List[T]]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. lazy val collection: MongoCollection[Document]

    Permalink
  11. val collectionName: String

    Permalink
  12. def count(): Future[Long]

    Permalink
  13. def create(): Future[Unit]

    Permalink
  14. val db: MongoDatabase

    Permalink
  15. def delete(ids: Seq[String]): Future[Either[DBFailure, Int]]

    Permalink
  16. def delete(id: String): Future[Either[DBFailure, Unit]]

    Permalink
  17. def drop(): Future[Unit]

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def field[T](name: String): Field[T]

    Permalink
    Definition Classes
    Implicits
  21. implicit def field2String[T](field: Field[T]): String

    Permalink
    Definition Classes
    Implicits
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def get(id: String): Future[Option[T]]

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def insert(value: T): Future[Either[DBFailure, T]]

    Permalink
  27. def insert(values: Seq[T]): Future[Either[DBFailure, Seq[T]]]

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def largeSample(size: Int, groupSize: Int, retries: Int = 2, samples: Set[T] = Set.empty): Future[Either[DBFailure, Set[T]]]

    Permalink
  30. lazy val monitor: CollectionMonitor[T]

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def sample(size: Int, retries: Int = 2): Future[Either[DBFailure, List[T]]]

    Permalink
  35. def sum(name: String): ProjectField

    Permalink
    Definition Classes
    Implicits
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def update(values: Seq[T]): Future[BulkWriteResult]

    Permalink
  39. def update(value: T): Future[Either[DBFailure, T]]

    Permalink
  40. def upsert(values: Seq[T]): Future[BulkWriteResult]

    Permalink
  41. def upsert(value: T): Future[Either[DBFailure, T]]

    Permalink
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped