Class

org.ada.server.dataaccess.mongo

MongoAsyncStreamRepo

Related Doc: package mongo

Permalink

class MongoAsyncStreamRepo[E, ID] extends MongoAsyncRepo[E, ID] with AsyncStreamRepo[E, ID]

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

Instance Constructors

  1. new MongoAsyncStreamRepo(collectionName: String, timestampFieldName: Option[String] = None)(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. implicit var materializer: Materializer

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. var reactiveMongoApi: ReactiveMongoApi

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

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

    Permalink
    Definition Classes
    MongoAsyncRepo → AsyncRepo
  31. lazy val stream: Source[E, NotUsed]

    Permalink
    Definition Classes
    MongoAsyncStreamRepo → AsyncStreamRepo
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    MongoAsyncReadonlyRepo

Inherited from AsyncStreamRepo[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