Jakarta Persistence (JPA) Method
Join<X,Y> join(
SingularAttribute<? super X,Y> attribute,
JoinType jt
)
Create a join to the specified single-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