|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Z
- the source type of the fetchX
- the target type of the fetchpublic interface Fetch<Z,X>
Represents a join-fetched association or attribute.
Method Summary | |
---|---|
Attribute<? super Z,?> |
getAttribute() Return the metamodel attribute corresponding to the fetch join. |
JoinType |
getJoinType() Return the join type used in the fetch join. |
FetchParent<?,Z> |
getParent() Return the parent of the fetched item. |
Methods inherited from interface javax.persistence.criteria.FetchParent |
---|
fetch, fetch, fetch, fetch, fetch, fetch, getFetches |
Method Detail |
---|
Attribute<? super Z,?> getAttribute()
FetchParent<?,Z> getParent()
JoinType getJoinType()
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |