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
 java.util.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>
          A join to an entity.
 interface CompoundSelection<X>
          Criteria selection.
static interface CriteriaBuilder.Case<R>
           
static interface CriteriaBuilder.Coalesce<T>
           
static interface CriteriaBuilder.In<T>
           
static interface CriteriaBuilder.SimpleCase<C,R>
           
 interface Expression<T>
          Criteria expression.
 interface From<Z,X>
          A root type from a FROM clause.
 interface Join<Z,X>
          A join to an entity.
 interface ListJoin<Z,E>
          A join to an entity.
 interface MapJoin<Z,K,V>
          A join to an entity.
 interface ParameterExpression<T>
          Criteria parameter expression.
 interface Path<X>
          A path expression.
 interface PluralJoin<Z,C,E>
          A common join interface to all collection types.
 interface Predicate
          Criteria predicate.
 interface Root<X>
          A root type from a FROM clause.
 interface Selection<X>
          Criteria selection.
 interface SetJoin<Z,E>
          A join to an entity.
 interface Subquery<T>
          criteria subquery.