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