fetch(attributeName, jt) - JPA FetchParent's method
Method javax.persistence.criteria.FetchParent
Fetch<X,Y> fetch(
String attributeName,
JoinType jt
)
Create a fetch join to the specified attribute using the given join type.
- Parameters:
-
attributeName
- name of the attribute for the target of the joinjt
- join type
- Returns:
- the resulting fetch join
- Throws:
-
IllegalArgumentException
- if attribute of the given name does not exist
- Since:
- JPA 2.0