|
EclipseLink 2.0.0_ 2.0.0.v20090626-r4569 API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Z - X - public interface FetchParent<Z,X>
Represents an element of the from clause which may function as the parent of Fetches.
| Method Summary | ||
|---|---|---|
|
fetch(PluralAttribute<? super X,?,Y> attribute)
Fetch join to the specified collection using an inner join. |
|
|
fetch(PluralAttribute<? super X,?,Y> attribute,
JoinType jt)
Fetch join to the specified collection using the given join type. |
|
|
fetch(SingularAttribute<? super X,Y> attribute)
Fetch join to the specified attribute using an inner join. |
|
|
fetch(SingularAttribute<? super X,Y> attribute,
JoinType jt)
Fetch join to the specified attribute using the given join type. |
|
|
fetch(java.lang.String attributeName)
Fetch join to the specified attribute or association using an inner join. |
|
|
fetch(java.lang.String attributeName,
JoinType jt)
Fetch join to the specified attribute or association using the given join type. |
|
java.util.Set<Fetch<X,?>> |
getFetches()
Return the fetch joins that have been made from this type. |
|
| Method Detail |
|---|
java.util.Set<Fetch<X,?>> getFetches()
<Y> Fetch<X,Y> fetch(SingularAttribute<? super X,Y> attribute)
assoc - target of the join
<Y> Fetch<X,Y> fetch(SingularAttribute<? super X,Y> attribute,
JoinType jt)
assoc - target of the joinjt - join type
<Y> Fetch<X,Y> fetch(PluralAttribute<? super X,?,Y> attribute)
assoc - target of the join
<Y> Fetch<X,Y> fetch(PluralAttribute<? super X,?,Y> attribute,
JoinType jt)
assoc - target of the joinjt - join type
<Y> Fetch<X,Y> fetch(java.lang.String attributeName)
assocName - name of the attribute or association for the target of the
join
<Y> Fetch<X,Y> fetch(java.lang.String attributeName,
JoinType jt)
name - assocName of the attribute or association for the target of
the joinjt - join type
|
EclipseLink 2.0.0_ 2.0.0.v20090626-r4569 API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||