net.sf.jpacriteria.aggregation
Class Aggregations
java.lang.Object
net.sf.jpacriteria.aggregation.Aggregations
public class Aggregations
- extends java.lang.Object
- Version:
- $Id: Aggregations.java,v 1.6 2007/04/11 14:51:40 maxim_butov Exp $
- Author:
- Maxim Butov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX
public static final Aggregation MAX
MIN
public static final Aggregation MIN
COUNT
public static final Aggregation COUNT
DISTINCT
public static final Aggregation DISTINCT
SUM
public static final Aggregation SUM
Aggregations
public Aggregations()
join
public static Aggregation join(Aggregation aggregation,
Aggregation... aggregations)
constructor
public static Aggregation constructor(java.lang.Class aClass)
Copyright © 2007. All Rights Reserved.