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