static class |
AccumulatorOperators.Avg
|
static class |
AccumulatorOperators.Max
|
static class |
AccumulatorOperators.Min
|
static class |
AccumulatorOperators.StdDevPop
|
static class |
AccumulatorOperators.StdDevSamp
|
static class |
AccumulatorOperators.Sum
|
class |
AggregationSpELExpression
|
static class |
ArithmeticOperators.Abs
|
static class |
ArithmeticOperators.Add
|
static class |
ArithmeticOperators.Ceil
|
static class |
ArithmeticOperators.Divide
|
static class |
ArithmeticOperators.Exp
|
static class |
ArithmeticOperators.Floor
|
static class |
ArithmeticOperators.Ln
|
static class |
ArithmeticOperators.Log
|
static class |
ArithmeticOperators.Log10
|
static class |
ArithmeticOperators.Mod
|
static class |
ArithmeticOperators.Multiply
|
static class |
ArithmeticOperators.Pow
|
static class |
ArithmeticOperators.Round
|
static class |
ArithmeticOperators.Sqrt
|
static class |
ArithmeticOperators.Subtract
|
static class |
ArithmeticOperators.Trunc
|
static class |
ArrayOperators.ArrayElemAt
|
static class |
ArrayOperators.ArrayToObject
|
static class |
ArrayOperators.ConcatArrays
|
static class |
ArrayOperators.Filter
$filter AggregationExpression allows to select a subset of the array to return based on the
specified condition.
|
static class |
ArrayOperators.In
|
static class |
ArrayOperators.IndexOfArray
|
static class |
ArrayOperators.IsArray
|
static class |
ArrayOperators.RangeOperator
|
static class |
ArrayOperators.Reduce
|
static class |
ArrayOperators.Reduce.PropertyExpression |
static class |
ArrayOperators.ReverseArray
|
static class |
ArrayOperators.Size
|
static class |
ArrayOperators.Slice
|
static class |
ArrayOperators.Zip
|
static class |
BooleanOperators.And
|
static class |
BooleanOperators.Not
|
static class |
BooleanOperators.Or
|
protected static class |
BucketOperationSupport.OperationOutput
Output field that uses a Mongo operation (expression object) to generate an output field value.
|
protected static class |
BucketOperationSupport.Output
Encapsulates an output field in a bucket aggregation stage.
|
protected static class |
BucketOperationSupport.Outputs
|
static class |
ComparisonOperators.Cmp
|
static class |
ComparisonOperators.Eq
|
static class |
ComparisonOperators.Gt
|
static class |
ComparisonOperators.Gte
|
static class |
ComparisonOperators.Lt
|
static class |
ComparisonOperators.Lte
|
static class |
ComparisonOperators.Ne
|
static class |
ConditionalOperators.Cond
Encapsulates the aggregation framework $cond operator.
|
static class |
ConditionalOperators.IfNull
Encapsulates the aggregation framework $ifNull operator.
|
static class |
ConditionalOperators.Switch
|
static class |
ConditionalOperators.Switch.CaseOperator
Encapsulates the aggregation framework case document inside a $switch -operation.
|
static class |
ConvertOperators.Convert
|
static class |
ConvertOperators.ToBool
|
static class |
ConvertOperators.ToDate
|
static class |
ConvertOperators.ToDecimal
|
static class |
ConvertOperators.ToDouble
|
static class |
ConvertOperators.ToInt
|
static class |
ConvertOperators.ToLong
|
static class |
ConvertOperators.ToObjectId
|
static class |
ConvertOperators.ToString
|
static class |
DataTypeOperators.Type
|
static class |
DateOperators.DateFromParts
|
static class |
DateOperators.DateFromString
|
static class |
DateOperators.DateToParts
|
static class |
DateOperators.DateToString
|
static class |
DateOperators.DayOfMonth
|
static class |
DateOperators.DayOfWeek
|
static class |
DateOperators.DayOfYear
|
static class |
DateOperators.Hour
|
static class |
DateOperators.IsoDateFromParts
|
static class |
DateOperators.IsoDayOfWeek
|
static class |
DateOperators.IsoWeek
|
static class |
DateOperators.IsoWeekYear
|
static class |
DateOperators.Millisecond
|
static class |
DateOperators.Minute
|
static class |
DateOperators.Month
|
static class |
DateOperators.Second
|
static class |
DateOperators.TimezonedDateAggregationExpression
|
static class |
DateOperators.Week
|
static class |
DateOperators.Year
|
static class |
LiteralOperators.Literal
|
static class |
ObjectOperators.MergeObjects
|
static class |
ObjectOperators.ObjectToArray
AggregationExpression for $objectToArray that converts a document to an array of documents that each contains two fields k and v.
|
static class |
ScriptOperators.Accumulator
|
static class |
ScriptOperators.Function
|
static class |
SetOperators.AllElementsTrue
|
static class |
SetOperators.AnyElementTrue
|
static class |
SetOperators.SetDifference
|
static class |
SetOperators.SetEquals
|
static class |
SetOperators.SetIntersection
|
static class |
SetOperators.SetIsSubset
|
static class |
SetOperators.SetUnion
|
static class |
StringOperators.Concat
|
static class |
StringOperators.IndexOfBytes
|
static class |
StringOperators.IndexOfCP
|
static class |
StringOperators.LTrim
AggregationExpression for $ltrim which removes whitespace or the specified characters from the
beginning of a string.
|
static class |
StringOperators.RTrim
AggregationExpression for $rtrim which removes whitespace or the specified characters from the end
of a string.
|
static class |
StringOperators.Split
|
static class |
StringOperators.StrCaseCmp
|
static class |
StringOperators.StrLenBytes
|
static class |
StringOperators.StrLenCP
|
static class |
StringOperators.Substr
|
static class |
StringOperators.SubstrCP
|
static class |
StringOperators.ToLower
|
static class |
StringOperators.ToUpper
|
static class |
StringOperators.Trim
AggregationExpression for $trim which removes whitespace or the specified characters from the
beginning and end of a string.
|
static class |
VariableOperators.Let
|
static class |
VariableOperators.Map
|