Class

org.ada.server.dataaccess.mongo

MongoAsyncReadonlyRepo

Related Doc: package mongo

Permalink

class MongoAsyncReadonlyRepo[E, ID] extends AsyncReadonlyRepo[E, ID]

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

Instance Constructors

  1. new MongoAsyncReadonlyRepo(collectionName: String, identityName: String, mongoAutoCreateIndexForProjection: Boolean = false)(implicit arg0: Format[E], arg1: Format[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
  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
  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 get(id: ID): Future[Option[E]]

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

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

    Permalink
    Attributes
    protected
  18. def handleResult(result: WriteResult): Unit

    Permalink
    Attributes
    protected
  19. def hashCode(): Int

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

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Attributes
    protected
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. var reactiveMongoApi: ReactiveMongoApi

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Attributes
    protected
  29. def toMongoCriteria(criteria: Seq[Criterion[Any]]): JsObject

    Permalink
    Attributes
    protected
  30. def toString(): String

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

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

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

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

    Permalink
    Attributes
    protected

Inherited from AsyncReadonlyRepo[E, ID]

Inherited from AnyRef

Inherited from Any

Ungrouped