net.sf.jpacriteria.select
Interface Selection

All Superinterfaces:
CriteriaBlock
All Known Implementing Classes:
AggregatedSelection, AliasedSelection, ComplexSelection, ObjectSelection, SelectionImpl, SimpleSelection, SubCriteriaSelection

public interface Selection
extends CriteriaBlock

Version:
$Id: Selection.java,v 1.10 2007/04/02 10:39:28 maxim_butov Exp $
Author:
Maxim Butov

Method Summary
 Selection aggregate(Aggregation aggregation)
           
 Selection append(Selection selection)
           
 
Methods inherited from interface net.sf.jpacriteria.builder.CriteriaBlock
build
 

Method Detail

append

Selection append(Selection selection)

aggregate

Selection aggregate(Aggregation aggregation)


Copyright © 2007. All Rights Reserved.