net.sf.jpacriteria.select
Class AggregatedSelection

java.lang.Object
  extended by net.sf.jpacriteria.select.SelectionImpl
      extended by net.sf.jpacriteria.select.AggregatedSelection
All Implemented Interfaces:
java.io.Serializable, CriteriaBlock, Selection

public class AggregatedSelection
extends SelectionImpl

Version:
$Id: AggregatedSelection.java,v 1.2 2007/04/04 22:44:41 maxim_butov Exp $
Author:
Maxim Butov
See Also:
Serialized Form

Constructor Summary
AggregatedSelection(Selection selection, Aggregation aggregation)
           
 
Method Summary
 void build(CriteriaBuffer buffer)
           
 
Methods inherited from class net.sf.jpacriteria.select.SelectionImpl
aggregate, append
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatedSelection

public AggregatedSelection(Selection selection,
                           Aggregation aggregation)
Method Detail

build

public void build(CriteriaBuffer buffer)


Copyright © 2007. All Rights Reserved.