fetch(attribute, jt) - JPA FetchParent's method
Method javax.persistence.criteria.FetchParent
Fetch<X,Y> fetch(
SingularAttribute<?,Y> attribute,
JoinType jt
)
- Parameters:
-
attribute
- target of the join -
jt
- join type
- Returns:
- the resulting fetch join
- Since:
- JPA 2.0