Uses of Class
org.springframework.data.mongodb.core.aggregation.ArrayOperators.Size
Packages that use ArrayOperators.Size
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArrayOperators.Size in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArrayOperators.SizeModifier and TypeMethodDescriptionArrayOperators.ArrayOperatorFactory.length()Creates newAggregationExpressionthat takes the associated array and retrieves its length.static ArrayOperators.SizeArrayOperators.Size.lengthOfArray(String fieldReference) Creates newArrayOperators.Size.static ArrayOperators.SizeArrayOperators.Size.lengthOfArray(Collection<?> values) Creates newArrayOperators.Size.static ArrayOperators.SizeArrayOperators.Size.lengthOfArray(AggregationExpression expression) Creates newArrayOperators.Size.