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[]> QueryBuilder.array(Selection<?>... selections)
          Define a array-valued selection item
<Y> CompoundSelection<Y>
QueryBuilder.construct(Class<Y> result, Selection<?>... selections)
          Define a selection item corresponding to a constructor.
 CompoundSelection<Tuple> QueryBuilder.tuple(Selection<?>... selections)
          Define a tuple-valued selection item
 



Copyright © 2007-2009 Hibernate.org. All Rights Reserved.