net.sf.jpacriteria.aggregation
Class ConstructorAggregation

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

public class ConstructorAggregation
extends AggregationImpl

Version:
$Id: ConstructorAggregation.java,v 1.1 2007/03/25 00:32:50 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Constructor Summary
ConstructorAggregation(java.lang.Class aggregationClass)
           
 
Method Summary
 void build(CriteriaBuffer buffer)
           
 
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

ConstructorAggregation

public ConstructorAggregation(java.lang.Class aggregationClass)
Method Detail

build

public void build(CriteriaBuffer buffer)


Copyright © 2007. All Rights Reserved.