net.sf.jpacriteria.aggregation
Class SimpleAggregation

java.lang.Object
  extended by net.sf.jpacriteria.aggregation.AggregationImpl
      extended by net.sf.jpacriteria.aggregation.SimpleAggregation
All Implemented Interfaces:
java.io.Serializable, Aggregation, CriteriaBlock
Direct Known Subclasses:
DistinctAggregation

public class SimpleAggregation
extends AggregationImpl

Version:
$Id: SimpleAggregation.java,v 1.5 2007/03/28 17:17:39 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Constructor Summary
SimpleAggregation(ReservedIdentifier identifier)
           
SimpleAggregation(java.lang.String name)
           
 
Method Summary
 void build(CriteriaBuffer buffer)
           
 java.lang.String getName()
           
 
Methods inherited from class net.sf.jpacriteria.aggregation.AggregationImpl
append
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAggregation

public SimpleAggregation(java.lang.String name)

SimpleAggregation

public SimpleAggregation(ReservedIdentifier identifier)
Method Detail

getName

public java.lang.String getName()

build

public void build(CriteriaBuffer buffer)


Copyright © 2007. All Rights Reserved.