Uses of Class
dev.morphia.aggregation.stages.Sort
-
Packages that use Sort Package Description dev.morphia.aggregation dev.morphia.aggregation.codecs.stages dev.morphia.aggregation.stages -
-
Uses of Sort in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type Sort Modifier and Type Method Description Aggregation<T>Aggregation. sort(Sort sort)Sorts all input documents and returns them to the pipeline in sorted order.Aggregation<T>AggregationImpl. sort(Sort sort) -
Uses of Sort in dev.morphia.aggregation.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type Sort Modifier and Type Method Description Class<Sort>SortCodec. getEncoderClass()Methods in dev.morphia.aggregation.codecs.stages with parameters of type Sort Modifier and Type Method Description protected voidSortCodec. encodeStage(BsonWriter writer, Sort value, EncoderContext encoderContext) -
Uses of Sort in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return Sort Modifier and Type Method Description SortSort. ascending(String field, String... additional)Adds an ascending sort definition on the field.SortSort. descending(String field, String... additional)Adds an descending sort definition on the field.SortSort. meta(String field)Adds a sort by the computed textScore metadata in descending order.static SortSort. on()Deprecated, for removal: This API element is subject to removal in a future version.usesort()static SortSort. sort()Creates a sort stage.
-