Jakarta Persistence (JPA) Method
ListJoin<X,Y> join(
ListAttribute<? super X,Y> list,
JoinType jt
)
Create a join to the specified
List<E>-valued attribute using the given join type. - Parameters:
jt- join typelist- target of the join
- Returns:
- the resulting join.
- Since:
- Jakarta Persistence (JPA) 1.0