Uses of Interface
javax.persistence.criteria.CompoundSelection

Packages that use CompoundSelection
javax.persistence.criteria   
 

Uses of CompoundSelection in javax.persistence.criteria
 

Methods in javax.persistence.criteria that return CompoundSelection
 CompoundSelection<Object[]> CriteriaBuilder.array(Selection<?>... selections)
           
<Y> CompoundSelection<Y>
CriteriaBuilder.construct(Class<Y> resultClass, Selection<?>... selections)
           
 CompoundSelection<Tuple> CriteriaBuilder.tuple(Selection<?>... selections)
           
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.