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