Fetch<X,Y> fetch(
SingularAttribute<?superX,Y> attribute,
JoinType jt
)
Create a fetch join to the specified single-valued attribute using the given join type.
- Parameters:
attribute
- target of the joinjt
- join type
- Return:
- the resulting fetch join
- Since:
- JPA 2.0