fetch(attribute) - JPA FetchParent's method
Method javax.persistence.criteria.FetchParent
Fetch<X,Y> fetch(
PluralAttribute<?,?,Y> attribute
)
Create a fetch join to the specified collection-valued attribute using an inner join.
- Parameters:
-
attribute
- target of the join
- Returns:
- the resulting join
- Since:
- JPA 2.0