net.sf.jpacriteria.aggregation
Class AggregationImpl

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

public abstract class AggregationImpl
extends java.lang.Object
implements Aggregation, java.io.Serializable

Version:
$Id: AggregationImpl.java,v 1.2 2007/04/04 13:55:52 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Constructor Summary
AggregationImpl()
           
 
Method Summary
 Aggregation append(Aggregation aggregation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jpacriteria.builder.CriteriaBlock
build
 

Constructor Detail

AggregationImpl

public AggregationImpl()
Method Detail

append

public Aggregation append(Aggregation aggregation)
Specified by:
append in interface Aggregation


Copyright © 2007. All Rights Reserved.