Uses of Interface
javax.persistence.TupleElement

Packages that use TupleElement
javax.persistence   
javax.persistence.criteria   
 

Uses of TupleElement in javax.persistence
 

Methods in javax.persistence that return types with arguments of type TupleElement
 List<TupleElement<?>> Tuple.getElements()
           
 

Methods in javax.persistence with parameters of type TupleElement
<X> X
Tuple.get(TupleElement<X> tupleElement)
           
 

Uses of TupleElement in javax.persistence.criteria
 

Subinterfaces of TupleElement in javax.persistence.criteria
 interface CollectionJoin<Z,E>
           
 interface CompoundSelection<X>
           
static interface CriteriaBuilder.Case<R>
           
static interface CriteriaBuilder.Coalesce<T>
           
static interface CriteriaBuilder.In<T>
           
static interface CriteriaBuilder.SimpleCase<C,R>
           
 interface Expression<T>
           
 interface From<Z,X>
           
 interface Join<Z,X>
           
 interface ListJoin<Z,E>
           
 interface MapJoin<Z,K,V>
           
 interface ParameterExpression<T>
           
 interface Path<X>
           
 interface PluralJoin<Z,C,E>
           
 interface Predicate
           
 interface Root<X>
           
 interface Selection<X>
           
 interface SetJoin<Z,E>
           
 interface Subquery<T>
           
 



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