net.sf.jpacriteria.aggregation
Class Aggregations

java.lang.Object
  extended by 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

Field Summary
static Aggregation COUNT
           
static Aggregation DISTINCT
           
static Aggregation MAX
           
static Aggregation MIN
           
static Aggregation SUM
           
 
Constructor Summary
Aggregations()
           
 
Method Summary
static Aggregation constructor(java.lang.Class aClass)
           
static Aggregation join(Aggregation aggregation, Aggregation... aggregations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Aggregations

public Aggregations()
Method Detail

join

public static Aggregation join(Aggregation aggregation,
                               Aggregation... aggregations)

constructor

public static Aggregation constructor(java.lang.Class aClass)


Copyright © 2007. All Rights Reserved.