Package

io.fsq.rogue

lift

Permalink

package lift

Visibility
  1. Public
  2. All

Type Members

  1. class CaseClassListModifyField[V, M] extends AbstractListModifyField[V, DBObject, M, List]

    Permalink
  2. class CaseClassListQueryField[V, M] extends AbstractListQueryField[V, V, DBObject, M, List]

    Permalink
  3. class CaseClassQueryField[V, M] extends AnyRef

    Permalink
  4. case class ExecutableFindAndModifyQuery[MB, M <: MB, RB, R](query: FindAndModifyQuery[M, R], db: QueryExecutor[MB, RB], dba: AsyncQueryExecutor[MB, RB]) extends Product with Serializable

    Permalink
  5. case class ExecutableModifyQuery[MB, M <: MB, RB, State](query: ModifyQuery[M, State], db: QueryExecutor[MB, RB], dba: AsyncQueryExecutor[MB, RB]) extends Product with Serializable

    Permalink
  6. case class ExecutableQuery[MB, M <: MB, RB, R, State](query: Query[M, R, State], db: QueryExecutor[MB, RB], dba: AsyncQueryExecutor[MB, RB])(implicit ev: ShardingOk[M, State]) extends Product with Serializable

    Permalink
  7. trait HasMongoForeignObjectId[RefType <: MongoRecord[RefType] with ObjectIdKey[RefType]] extends AnyRef

    Permalink
  8. class LiftAdapter extends MongoJavaDriverAdapter[MongoRecord[_] with MongoMetaRecord[_], MongoRecord[_]]

    Permalink
  9. class LiftAsyncAdapter extends MongoAsyncJavaDriverAdapter[MongoRecord[_] with MongoMetaRecord[_], MongoRecord[_]]

    Permalink
  10. class LiftAsyncQueryExecutor extends AsyncQueryExecutor[MongoRecord[_] with MongoMetaRecord[_], MongoRecord[_]]

    Permalink
  11. class LiftQueryExecutor extends QueryExecutor[MongoRecord[_] with MongoMetaRecord[_], MongoRecord[_]]

    Permalink
  12. trait LiftRogue extends AnyRef

    Permalink
  13. trait ObjectIdKey[OwnerType <: MongoRecord[OwnerType]] extends AnyRef

    Permalink

    Mix this into a Record to add an ObjectIdField

  14. class PaginatedQuery[MB, M <: MB, RB, R, +State <: Unlimited with Unskipped] extends AnyRef

    Permalink

Value Members

  1. object LiftAdapter extends LiftAdapter

    Permalink
  2. object LiftAsyncAdapter extends LiftAsyncAdapter

    Permalink
  3. object LiftAsyncDBCollectionFactory extends AsyncDBCollectionFactory[MongoRecord[_] with MongoMetaRecord[_], MongoRecord[_]]

    Permalink
  4. object LiftAsyncQueryExecutor extends LiftAsyncQueryExecutor

    Permalink
  5. object LiftDBCollectionFactory extends DBCollectionFactory[MongoRecord[_] with MongoMetaRecord[_], MongoRecord[_]]

    Permalink
  6. object LiftQueryExecutor extends LiftQueryExecutor

    Permalink
  7. object LiftQueryExecutorHelpers

    Permalink
  8. object LiftQueryHelpers

    Permalink
  9. object LiftRogue extends Rogue with LiftRogue

    Permalink

Ungrouped