Uses of Class
org.springframework.data.mongodb.core.aggregation.ScriptOperators.Function
Packages that use ScriptOperators.Function
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ScriptOperators.Function in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ScriptOperators.FunctionModifier and TypeMethodDescriptionSet the arguments passed to the function body.Set the arguments passed to the function body.static ScriptOperators.FunctionCreate a custom aggregation $function in JavaScript.static ScriptOperators.FunctionCreate a newScriptOperators.Functionwith the given function definition.The language used in the body.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type ScriptOperators.FunctionModifier and TypeMethodDescriptionScriptOperators.Accumulator.AccumulatorAccumulateBuilder.accumulate(ScriptOperators.Function function) Set theaccumulateScriptOperators.Functionthat updates the state for each document.ScriptOperators.Accumulator.AccumulatorInitBuilder.init(ScriptOperators.Function function)