Uses of Interface
cool.scx.data.aggregation.Aggregation
Packages that use Aggregation
-
Uses of Aggregation in cool.scx.data
Methods in cool.scx.data with parameters of type AggregationModifier and TypeMethodDescriptionAggregatableRepository.aggregate(Aggregation aggregation) AggregatableRepository.aggregate(Aggregation aggregation, Query afterAggregateQuery) AggregatableRepository.aggregate(Query beforeAggregateQuery, Aggregation aggregation) AggregatableRepository.aggregate(Query beforeAggregateQuery, Aggregation aggregation, Query afterAggregateQuery) AggregatableRepository.aggregateFirst(Aggregation aggregation) AggregatableRepository.aggregateFirst(Aggregation aggregation, Query afterAggregateQuery) AggregatableRepository.aggregateFirst(Query beforeAggregateQuery, Aggregation aggregation) AggregatableRepository.aggregateFirst(Query beforeAggregateQuery, Aggregation aggregation, Query afterAggregateQuery) default AggregatorAggregatableRepository.aggregator(Aggregation aggregation) default AggregatorAggregatableRepository.aggregator(Aggregation aggregation, Query afterAggregateQuery) default AggregatorAggregatableRepository.aggregator(Query beforeAggregateQuery, Aggregation aggregation) AggregatableRepository.aggregator(Query beforeAggregateQuery, Aggregation aggregation, Query afterAggregateQuery) 创建一个数据聚合器 -
Uses of Aggregation in cool.scx.data.aggregation
Classes in cool.scx.data.aggregation that implement AggregationModifier and TypeClassDescriptionclassclassclassAggregationLike<AL extends AggregationLike<AL>>final classfinal classclassMethods in cool.scx.data.aggregation that return AggregationModifier and TypeMethodDescriptionAggregation.agg(String alias, String expression, BuildControl... controls) 追加 聚合设置 聚合列Aggregation.clearAggs()清除 所有聚合列Aggregation.clearGroupBys()清除 所有分组Aggregation.groupBy(String fieldName, BuildControl... controls) 追加 分组Aggregation.groupBy(String alias, String expression, BuildControl... controls) 追加 分组设置 分组 -
Uses of Aggregation in cool.scx.data.aggregation.serializer
Methods in cool.scx.data.aggregation.serializer that return AggregationModifier and TypeMethodDescriptionAggregationDeserializer.deserialize(com.fasterxml.jackson.databind.JsonNode v) AggregationDeserializer.deserializeAggregationDefinition(com.fasterxml.jackson.databind.JsonNode objectNode) Methods in cool.scx.data.aggregation.serializer with parameters of type AggregationModifier and TypeMethodDescriptionAggregationSerializer.serialize(Aggregation aggregation) AggregationSerializer.serializeAggregationDefinition(Aggregation aggregation) AggregationSerializer.toJson(Aggregation aggregation)