Uses of Interface
net.sf.jpacriteria.select.Selection

Packages that use Selection
net.sf.jpacriteria   
net.sf.jpacriteria.select   
 

Uses of Selection in net.sf.jpacriteria
 

Fields in net.sf.jpacriteria declared as Selection
protected  Selection BasicCriteriaImpl.groups
           
protected  Selection BasicCriteriaImpl.selection
           
 

Methods in net.sf.jpacriteria that return Selection
 Selection CompiledCriteriaImpl.getGroups()
           
 Selection BasicCriteriaImpl.getGroups()
           
 Selection BasicCriteria.getGroups()
           
 Selection CompiledCriteriaImpl.getSelection()
           
 Selection BasicCriteriaImpl.getSelection()
           
 Selection BasicCriteria.getSelection()
           
 

Methods in net.sf.jpacriteria with parameters of type Selection
 Criteria CompiledCriteriaImpl.group(Selection selection, Selection... selections)
           
 Criteria CompiledCriteriaImpl.group(Selection selection, Selection... selections)
           
 T BasicCriteriaImpl.group(Selection selection, Selection... selections)
           
 T BasicCriteriaImpl.group(Selection selection, Selection... selections)
           
 T BasicCriteria.group(Selection selection, Selection... selections)
           
 T BasicCriteria.group(Selection selection, Selection... selections)
           
 Criteria CompiledCriteriaImpl.select(Selection selection, Selection... selections)
           
 Criteria CompiledCriteriaImpl.select(Selection selection, Selection... selections)
           
 T BasicCriteriaImpl.select(Selection selection, Selection... selections)
           
 T BasicCriteriaImpl.select(Selection selection, Selection... selections)
           
 T BasicCriteria.select(Selection selection, Selection... selections)
           
 T BasicCriteria.select(Selection selection, Selection... selections)
           
 

Uses of Selection in net.sf.jpacriteria.select
 

Classes in net.sf.jpacriteria.select that implement Selection
 class AggregatedSelection
           
 class AliasedSelection
           
 class ComplexSelection
           
 class ObjectSelection
           
 class SelectionImpl
           
 class SimpleSelection
           
 class SubCriteriaSelection
           
 

Methods in net.sf.jpacriteria.select that return Selection
 Selection SelectionImpl.aggregate(Aggregation aggregation)
           
 Selection Selection.aggregate(Aggregation aggregation)
           
static Selection Selections.aggregate(Selection selection, Aggregation aggregation, Aggregation... aggregations)
           
 Selection SelectionImpl.append(Selection selection)
           
 Selection Selection.append(Selection selection)
           
static Selection Selections.join(Selection selection, Selection... selections)
           
static Selection Selections.object()
           
static Selection Selections.property(java.lang.String property)
           
static Selection Selections.property(java.lang.String alias, java.lang.String property)
           
static Selection Selections.subCriteria(Criteria criteria)
           
 

Methods in net.sf.jpacriteria.select with parameters of type Selection
static Selection Selections.aggregate(Selection selection, Aggregation aggregation, Aggregation... aggregations)
           
 Selection SelectionImpl.append(Selection selection)
           
 Selection Selection.append(Selection selection)
           
static Selection Selections.join(Selection selection, Selection... selections)
           
static Selection Selections.join(Selection selection, Selection... selections)
           
 

Constructors in net.sf.jpacriteria.select with parameters of type Selection
AggregatedSelection(Selection selection, Aggregation aggregation)
           
ComplexSelection(Selection selection1, Selection selection2)
           
 



Copyright © 2007. All Rights Reserved.