Uses of Enum Class
org.miaixz.bus.mapper.additional.aggregation.AggregateType
Packages that use AggregateType
-
Uses of AggregateType in org.miaixz.bus.mapper.additional.aggregation
Methods in org.miaixz.bus.mapper.additional.aggregation that return AggregateTypeModifier and TypeMethodDescriptionAggregateCondition.getAggregateType()static AggregateTypeReturns the enum constant of this class with the specified name.static AggregateType[]AggregateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.mapper.additional.aggregation with parameters of type AggregateTypeModifier and TypeMethodDescriptionAggregateCondition.aggregateType(AggregateType aggregateType) aggregateTypeConstructors in org.miaixz.bus.mapper.additional.aggregation with parameters of type AggregateTypeModifierConstructorDescriptionAggregateCondition(String aggregateProperty, AggregateType aggregateType) 按指定聚合方法查询,不分组AggregateCondition(String aggregateProperty, AggregateType aggregateType, String[] groupByProperties) 查询