Package

org.ada.server.dataaccess

mongo

Permalink

package mongo

Visibility
  1. Public
  2. All

Type Members

  1. case class FSyncCommand(async: Boolean = true, lock: Boolean = false) extends Command with CommandWithResult[UnitBox.type] with Product with Serializable

    Permalink
  2. trait MongoAsyncCrudExtraRepo[E, ID] extends AsyncCrudRepo[E, ID]

    Permalink
  3. class MongoAsyncCrudRepo[E, ID] extends MongoAsyncRepo[E, ID] with MongoAsyncCrudExtraRepo[E, ID]

    Permalink
  4. class MongoAsyncReadonlyRepo[E, ID] extends AsyncReadonlyRepo[E, ID]

    Permalink
    Attributes
    protected
  5. class MongoAsyncRepo[E, ID] extends MongoAsyncReadonlyRepo[E, ID] with AsyncRepo[E, ID]

    Permalink
    Attributes
    protected
  6. class MongoAsyncStreamRepo[E, ID] extends MongoAsyncRepo[E, ID] with AsyncStreamRepo[E, ID]

    Permalink
  7. class MongoJsonCrudRepo extends MongoAsyncReadonlyRepo[JsObject, BSONObjectID] with JsonCrudRepo

    Permalink
  8. class MongoJsonRepoFactory extends Factory[AsyncCrudRepo[JsObject, BSONObjectID]]

    Permalink
  9. abstract class SubordinateObjectMongoAsyncCrudRepo[E, ID, ROOT_E, ROOT_ID] extends AsyncCrudRepo[E, ID]

    Permalink

Value Members

  1. object FSyncCommand extends Serializable

    Permalink
  2. object ReactiveMongoApi

    Permalink
  3. package dataset

    Permalink

Ungrouped