Jakarta Persistence (JPA) Method
Fetch<X,Y> fetch(
PluralAttribute<? super X,?,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:
- Jakarta Persistence (JPA) 1.0