org.apache.openjpa.persistence.criteria
Class Joins.List<Z,E>
java.lang.Object
   org.apache.openjpa.persistence.criteria.SelectionImpl<X>
org.apache.openjpa.persistence.criteria.SelectionImpl<X>
       org.apache.openjpa.persistence.criteria.ExpressionImpl<X>
org.apache.openjpa.persistence.criteria.ExpressionImpl<X>
           org.apache.openjpa.persistence.criteria.PathImpl<Z,X>
org.apache.openjpa.persistence.criteria.PathImpl<Z,X>
               org.apache.openjpa.persistence.criteria.FromImpl<Z,E>
org.apache.openjpa.persistence.criteria.FromImpl<Z,E>
                   org.apache.openjpa.persistence.criteria.Joins.AbstractCollection<Z,List<E>,E>
org.apache.openjpa.persistence.criteria.Joins.AbstractCollection<Z,List<E>,E>
                       org.apache.openjpa.persistence.criteria.Joins.List<Z,E>
org.apache.openjpa.persistence.criteria.Joins.List<Z,E>
- Type Parameters:
- Z- the type from which being joined
- E- the type of the the list attribute elements
- All Implemented Interfaces: 
- Expression<E>, FetchParent<Z,E>, From<Z,E>, Join<Z,E>, ListJoin<Z,E>, Path<E>, PluralJoin<Z,List<E>,E>, Selection<E>, TupleElement<E>, CriteriaExpression
- Enclosing class:
- Joins
- static class Joins.List<Z,E> 
- extends Joins.AbstractCollection<Z,List<E>,E>- implements ListJoin<Z,E>
Join a java.util.List<E> type attribute.
 
 
 
 
 
| Methods inherited from class org.apache.openjpa.persistence.criteria.FromImpl | 
| acceptVisit, assertJoinable, fetch, fetch, fetch, fetch, fetch, fetch, getCorrelationParent, getFetches, getJoins, getType, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet | 
 
| Methods inherited from class org.apache.openjpa.persistence.criteria.PathImpl | 
| asValue, get, get, get, get, getCorrelatedJoin, getCorrelatedPath, getCorrelatedRoot, getEmbeddedFieldMetaData, getInnermostMember, getInnermostParentPath, getMember, getParentPath, inSubquery, isCorrelated, setCorrelatedPath, traversePath, type | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
| Methods inherited from interface javax.persistence.criteria.From | 
| getCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet | 
 
 
 
 
 
 
Joins.List
public Joins.List(FromImpl<?,Z> parent,
                  Members.ListAttributeImpl<? super Z,E> member,
                  JoinType jt)
getModel
public ListAttribute<? super Z,E> getModel()
- Description copied from class: PathImpl
- Returns the bindable object that corresponds to the path expression.
 
- 
- Specified by:
- getModelin interface- ListJoin<Z,E>
- Specified by:
- getModelin interface- Path<E>
- Specified by:
- getModelin interface- PluralJoin<Z,List<E>,E>
- Overrides:
- getModelin class- Joins.AbstractCollection<Z,List<E>,E>
 
- 
 
index
public Expression<Integer> index()
- 
- Specified by:
- indexin interface- ListJoin<Z,E>
 
- 
 
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.