|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.jpa.criteria.ExpressionImpl<X>
org.datanucleus.jpa.criteria.PathImpl<Z,X>
org.datanucleus.jpa.criteria.FromImpl<Z,X>
org.datanucleus.jpa.criteria.JoinImpl<Z,E>
org.datanucleus.jpa.criteria.PluralJoinImpl<Z,java.util.List<E>,E>
org.datanucleus.jpa.criteria.ListJoinImpl<Z,E>
Z - The source type of the joinE - The element type of the target Listpublic class ListJoinImpl<Z,E>
Implementation of JPA2 Criteria "ListJoin".
| Field Summary |
|---|
| Fields inherited from class org.datanucleus.jpa.criteria.FromImpl |
|---|
fetchJoins, joins, type |
| Fields inherited from class org.datanucleus.jpa.criteria.PathImpl |
|---|
attribute, parent |
| Constructor Summary | |
|---|---|
ListJoinImpl(FromImpl<?,Z> parent,
ListAttributeImpl attr,
javax.persistence.criteria.JoinType joinType)
Constructor for a list join. |
|
| Method Summary | |
|---|---|
javax.persistence.metamodel.ListAttribute<? super Z,E> |
getModel()
|
javax.persistence.criteria.Expression<java.lang.Integer> |
index()
|
| Methods inherited from class org.datanucleus.jpa.criteria.JoinImpl |
|---|
getAttribute, getJoinType, getParent |
| Methods inherited from class org.datanucleus.jpa.criteria.FromImpl |
|---|
fetch, fetch, fetch, fetch, fetch, fetch, getAttributeForAttributeName, getCorrelationParent, getFetches, getJoins, getQueryExpression, getQueryExpression, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet, toString, toString |
| Methods inherited from class org.datanucleus.jpa.criteria.PathImpl |
|---|
get, get, get, get, getParentPath, getType, type |
| Methods inherited from class org.datanucleus.jpa.criteria.ExpressionImpl |
|---|
alias, as, getAlias, getCompoundSelectionItems, getJavaType, in, in, in, in, isCompoundSelection, isNotNull, isNull |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.persistence.criteria.Join |
|---|
getAttribute, getJoinType, getParent |
| 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 |
| Methods inherited from interface javax.persistence.criteria.Path |
|---|
get, get, get, get, getParentPath, type |
| Methods inherited from interface javax.persistence.criteria.Expression |
|---|
as, in, in, in, in, isNotNull, isNull |
| Methods inherited from interface javax.persistence.criteria.Selection |
|---|
alias, getCompoundSelectionItems, isCompoundSelection |
| Methods inherited from interface javax.persistence.TupleElement |
|---|
getAlias, getJavaType |
| Methods inherited from interface javax.persistence.criteria.FetchParent |
|---|
fetch, fetch, fetch, fetch, fetch, fetch, getFetches |
| Constructor Detail |
|---|
public ListJoinImpl(FromImpl<?,Z> parent,
ListAttributeImpl attr,
javax.persistence.criteria.JoinType joinType)
parent - The parentattr - The attribute being joinedjoinType - Type of join| Method Detail |
|---|
public javax.persistence.metamodel.ListAttribute<? super Z,E> getModel()
getModel in interface javax.persistence.criteria.ListJoin<Z,E>getModel in interface javax.persistence.criteria.Path<E>getModel in interface javax.persistence.criteria.PluralJoin<Z,java.util.List<E>,E>getModel in class PluralJoinImpl<Z,java.util.List<E>,E>public javax.persistence.criteria.Expression<java.lang.Integer> index()
index in interface javax.persistence.criteria.ListJoin<Z,E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||