Class

org.ada.server.dataaccess.mongo

MongoAsyncCrudRepo

Related Doc: package mongo

Permalink

class MongoAsyncCrudRepo[E, ID] extends MongoAsyncRepo[E, ID] with MongoAsyncCrudExtraRepo[E, ID]

Linear Supertypes
MongoAsyncCrudExtraRepo[E, ID], AsyncCrudRepo[E, ID], MongoAsyncRepo[E, ID], AsyncRepo[E, ID], MongoAsyncReadonlyRepo[E, ID], AsyncReadonlyRepo[E, ID], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MongoAsyncCrudRepo
  2. MongoAsyncCrudExtraRepo
  3. AsyncCrudRepo
  4. MongoAsyncRepo
  5. AsyncRepo
  6. MongoAsyncReadonlyRepo
  7. AsyncReadonlyRepo
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MongoAsyncCrudRepo(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. def delete(id: ID): Future[Unit]

    Permalink
    Definition Classes
    MongoAsyncCrudRepo → AsyncCrudRepo
  9. def delete(ids: Traversable[ID]): Future[Unit]

    Permalink
    Definition Classes
    AsyncCrudRepo
  10. def deleteAll: Future[Unit]

    Permalink
    Definition Classes
    MongoAsyncCrudRepo → AsyncCrudRepo
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. 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
  16. def findAggregate(rootCriteria: Seq[Criterion[Any]], subCriteria: Seq[Criterion[Any]], sort: Seq[Sort], projection: Option[JsObject], idGroup: Option[JsValue], groups: Option[Seq[(String, reactivemongo.play.json.commands.JSONAggregationFramework.GroupFunction)]], unwindFieldName: Option[String], limit: Option[Int], skip: Option[Int]): Future[Traversable[JsObject]]

    Permalink
    Attributes
    protected[org.ada.server.dataaccess]
    Definition Classes
    MongoAsyncCrudRepoMongoAsyncCrudExtraRepo
  17. 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
  18. 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
  19. def flushOps: Future[Unit]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. var reactiveMongoApi: ReactiveMongoApi

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def update(entity: E): Future[ID]

    Permalink
    Definition Classes
    MongoAsyncCrudRepo → AsyncCrudRepo
  39. def update(entities: Traversable[E]): Future[Traversable[ID]]

    Permalink
    Definition Classes
    AsyncCrudRepo
  40. def updateCustom(selector: JsObject, modifier: JsObject): Future[Unit]

    Permalink
    Attributes
    protected[org.ada.server.dataaccess]
    Definition Classes
    MongoAsyncCrudRepoMongoAsyncCrudExtraRepo
  41. final def wait(): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    MongoAsyncReadonlyRepo

Inherited from MongoAsyncCrudExtraRepo[E, ID]

Inherited from AsyncCrudRepo[E, ID]

Inherited from MongoAsyncRepo[E, ID]

Inherited from AsyncRepo[E, ID]

Inherited from MongoAsyncReadonlyRepo[E, ID]

Inherited from AsyncReadonlyRepo[E, ID]

Inherited from AnyRef

Inherited from Any

Ungrouped