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 TypeMethodDescription追加 聚合设置 聚合列Aggregation.clearAggs()清除 所有聚合列Aggregation.clearGroupBys()清除 所有分组追加 分组追加 分组设置 分组 -
Uses of Aggregation in cool.scx.data.serialization
Methods in cool.scx.data.serialization that return AggregationModifier and TypeMethodDescriptionstatic AggregationAggregationDeserializer.deserializeAggregation(com.fasterxml.jackson.databind.JsonNode v) static AggregationAggregationDeserializer.deserializeAggregationFromJson(String json) Methods in cool.scx.data.serialization with parameters of type AggregationModifier and TypeMethodDescriptionAggregationSerializer.serializeAggregation(Aggregation aggregation) static StringAggregationSerializer.serializeAggregationToJson(Aggregation aggregation)