Uses of Class
dev.morphia.aggregation.stages.SortByCount
-
Packages that use SortByCount Package Description dev.morphia.aggregation.codecs.stages dev.morphia.aggregation.stages -
-
Uses of SortByCount in dev.morphia.aggregation.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type SortByCount Modifier and Type Method Description Class<SortByCount>SortByCountCodec. getEncoderClass()Methods in dev.morphia.aggregation.codecs.stages with parameters of type SortByCount Modifier and Type Method Description protected voidSortByCountCodec. encodeStage(BsonWriter writer, SortByCount value, EncoderContext encoderContext) -
Uses of SortByCount in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return SortByCount Modifier and Type Method Description static SortByCountSortByCount. on(dev.morphia.aggregation.expressions.impls.Expression expression)Deprecated, for removal: This API element is subject to removal in a future version.static SortByCountSortByCount. sortByCount(dev.morphia.aggregation.expressions.impls.Expression expression)Creates a new stage grouping by the given expression.
-