Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Trunc
Packages that use ArithmeticOperators.Trunc
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Trunc in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.TruncModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.trunc()Creates newAggregationExpressionthat truncates a number to its integer.static ArithmeticOperators.TruncArithmeticOperators.Trunc.truncValueOf(Number value) Creates newArithmeticOperators.Trunc.static ArithmeticOperators.TruncArithmeticOperators.Trunc.truncValueOf(String fieldReference) Creates newArithmeticOperators.Trunc.static ArithmeticOperators.TruncArithmeticOperators.Trunc.truncValueOf(AggregationExpression expression) Creates newArithmeticOperators.Trunc.