Uses of Class
dev.morphia.aggregation.stages.Unwind
-
Packages that use Unwind Package Description dev.morphia.aggregation dev.morphia.aggregation.stages -
-
Uses of Unwind in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type Unwind Modifier and Type Method Description Aggregation<T>Aggregation. unwind(Unwind unwind)Deconstructs an array field from the input documents to output a document for each element.Aggregation<T>AggregationImpl. unwind(Unwind unwind) -
Uses of Unwind in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return Unwind Modifier and Type Method Description UnwindUnwind. includeArrayIndex(String name)Optional.static UnwindUnwind. on(String name)Deprecated, for removal: This API element is subject to removal in a future version.useunwind(String)UnwindUnwind. preserveNullAndEmptyArrays(Boolean preserveNullAndEmptyArrays)Optional.static UnwindUnwind. unwind(String name)Creates a stage with the named array field
-