com.mysema.query.types
Class Ops.AggOps
java.lang.Object
com.mysema.query.types.Ops.AggOps
- Enclosing class:
- Ops
public static final class Ops.AggOps
- extends Object
Aggregation operators
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_AGG
public static final Operator<Comparable> MAX_AGG
MIN_AGG
public static final Operator<Comparable> MIN_AGG
AVG_AGG
public static final Operator<Number> AVG_AGG
SUM_AGG
public static final Operator<Number> SUM_AGG
COUNT_AGG
public static final Operator<Number> COUNT_AGG
COUNT_DISTINCT_AGG
public static final Operator<Number> COUNT_DISTINCT_AGG
COUNT_ALL_AGG
public static final Operator<Number> COUNT_ALL_AGG
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.