Class

org.ada.server.dataaccess.mongo

MongoAsyncRepo

Related Doc: package mongo

Permalink

class MongoAsyncRepo[E, ID] extends MongoAsyncReadonlyRepo[E, ID] with AsyncRepo[E, ID]

Attributes
protected
Linear Supertypes
AsyncRepo[E, ID], MongoAsyncReadonlyRepo[E, ID], AsyncReadonlyRepo[E, ID], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MongoAsyncRepo
  2. AsyncRepo
  3. MongoAsyncReadonlyRepo
  4. AsyncReadonlyRepo
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MongoAsyncRepo(collectionName: String)(implicit arg0: Format[E], arg1: Format[ID], identity: Identity[E, ID])

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def collection: Future[JSONCollection]

    Permalink
    Attributes
    protected
    Definition Classes
    MongoAsyncReadonlyRepo
  7. def count(criteria: Seq[Criterion[Any]]): Future[Int]

    Permalink
    Definition Classes
    MongoAsyncReadonlyRepo → AsyncReadonlyRepo
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def exists(id: ID): Future[Boolean]

    Permalink
    Definition Classes
    MongoAsyncReadonlyRepo → AsyncReadonlyRepo
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def find(criteria: Seq[Criterion[Any]], sort: Seq[Sort], projection: Traversable[String], limit: Option[Int], skip: Option[Int]): Future[Traversable[E]]

    Permalink
    Definition Classes
    MongoAsyncReadonlyRepo → AsyncReadonlyRepo
  13. def findAsCursor(criteria: Seq[Criterion[Any]], sort: Seq[Sort], projection: Traversable[String], limit: Option[Int], skip: Option[Int]): Future[AkkaStreamCursor[E]]

    Permalink
    Attributes
    protected
    Definition Classes
    MongoAsyncReadonlyRepo
  14. def findAsStream(criteria: Seq[Criterion[Any]], sort: Seq[Sort], projection: Traversable[String], limit: Option[Int], skip: Option[Int])(implicit materializer: Materializer): Future[Source[E, _]]

    Permalink
    Definition Classes
    MongoAsyncReadonlyRepo → AsyncReadonlyRepo
  15. def flushOps: Future[Unit]

    Permalink
    Definition Classes
    MongoAsyncRepo → AsyncRepo
  16. def get(id: ID): Future[Option[E]]

    Permalink
    Definition Classes
    MongoAsyncReadonlyRepo → AsyncReadonlyRepo
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def handleExceptions[A]: PartialFunction[Throwable, A]

    Permalink
    Attributes
    protected
    Definition Classes
    MongoAsyncReadonlyRepo
  19. def handleResult(result: WriteResult): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    MongoAsyncReadonlyRepo
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. val identityName: String

    Permalink
    Definition Classes
    MongoAsyncReadonlyRepo
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val logger: Logger.type

    Permalink
    Attributes
    protected
    Definition Classes
    MongoAsyncReadonlyRepo
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. var reactiveMongoApi: ReactiveMongoApi

    Permalink
    Definition Classes
    MongoAsyncReadonlyRepo
  28. def save(entities: Traversable[E]): Future[Traversable[ID]]

    Permalink
    Definition Classes
    MongoAsyncRepo → AsyncRepo
  29. def save(entity: E): Future[ID]

    Permalink
    Definition Classes
    MongoAsyncRepo → AsyncRepo
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toMongoCondition[T, V](criterion: Criterion[T]): JsObject

    Permalink
    Attributes
    protected
    Definition Classes
    MongoAsyncReadonlyRepo
  32. def toMongoCriteria(criteria: Seq[Criterion[Any]]): JsObject

    Permalink
    Attributes
    protected
    Definition Classes
    MongoAsyncReadonlyRepo
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withCollection[T](fun: (JSONCollection) ⇒ Future[T]): Future[T]

    Permalink
    Attributes
    protected
    Definition Classes
    MongoAsyncReadonlyRepo

Inherited from AsyncRepo[E, ID]

Inherited from MongoAsyncReadonlyRepo[E, ID]

Inherited from AsyncReadonlyRepo[E, ID]

Inherited from AnyRef

Inherited from Any

Ungrouped