package dsl
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AggregateAddFields(fields: List[ProjectField]) extends AggregateInstruction with Product with Serializable
- case class AggregateBuilder[Type <: ModelObject, Out](collection: DBCollection[Type], converter: Converter[Out], pipeline: List[AggregateInstruction] = Nil) extends Product with Serializable
- case class AggregateCount(fieldName: String) extends AggregateInstruction with Product with Serializable
- case class AggregateGroup(fields: List[ProjectField]) extends AggregateInstruction with Product with Serializable
- trait AggregateInstruction extends Implicits
- case class AggregateLimit(limit: Int) extends AggregateInstruction with Product with Serializable
- case class AggregateLookup[Other <: ModelObject, T](from: DBCollection[Other], localField: Field[T], foreignField: Field[T], as: String) extends AggregateInstruction with Product with Serializable
- case class AggregateMatch(conditions: List[MatchCondition]) extends AggregateInstruction with Product with Serializable
- case class AggregateOut(collectionName: String) extends AggregateInstruction with Product with Serializable
- case class AggregateProject(fields: List[ProjectField]) extends AggregateInstruction with Product with Serializable
- case class AggregateReplaceRoot(newRoot: Json) extends AggregateInstruction with Product with Serializable
- case class AggregateSample(size: Int) extends AggregateInstruction with Product with Serializable
- case class AggregateSkip(skip: Int) extends AggregateInstruction with Product with Serializable
- case class AggregateSort(sortFields: List[SortField]) extends AggregateInstruction with Product with Serializable
- case class AggregateUnwind(path: String) extends AggregateInstruction with Product with Serializable
- case class Count(countResult: Int) extends Product with Serializable
- trait Implicits extends AnyRef
- case class MatchCondition(json: Json) extends Product with Serializable
- trait ProjectField extends AggregateInstruction
- sealed trait SortField extends AnyRef