Jakarta Persistence (JPA) Method
SetJoin<X,Y> join(
SetAttribute<? super X,Y> set,
JoinType jt
)
Create a join to the specified
Set<E>-valued attribute using the given join type. - Parameters:
jt- join typeset- target of the join
- Returns:
- the resulting join.
- Since:
- Jakarta Persistence (JPA) 1.0