Jakarta Persistence (JPA) Method
SetJoin<X,Y> join(
SetAttribute<? super X,Y> set
)
Create an inner join to the specified
Set<E>-valued attribute. - Parameters:
set- target of the join
- Returns:
- the resulting join.
- Since:
- Jakarta Persistence (JPA) 1.0