Jakarta Persistence (JPA) Method
Fetch<X,Y> fetch(
PluralAttribute<? super X,?,Y> attribute,
JoinType jt
)
Create a fetch join to the specified collection-valued attribute using the given join type.
- Parameters:
jt- join typeattribute- target of the join
- Returns:
- the resulting join.
- Since:
- Jakarta Persistence (JPA) 1.0