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