Uses of Interface
org.springframework.data.mongodb.core.aggregation.DensifyOperation.Range
Packages that use DensifyOperation.Range
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of DensifyOperation.Range in org.springframework.data.mongodb.core.aggregation
Classes in org.springframework.data.mongodb.core.aggregation that implement DensifyOperation.RangeModifier and TypeClassDescriptionstatic classDensifyOperation.Rangeimplementation holding lower and upper bound values.static classBaseDensifyOperation.Rangeimplementation.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type DensifyOperation.RangeModifier and TypeMethodDescriptionDensifyOperation.DensifyOperationBuilder.range(DensifyOperation.Range range) Set the operational range.Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type DensifyOperation.RangeModifierConstructorDescriptionprotectedDensifyOperation(Field field, List<?> partitionBy, DensifyOperation.Range range)