Jakarta Persistence (JPA) Method
CollectionJoin<X,Y> join(
CollectionAttribute<? super X,Y> collection,
JoinType jt
)
Create a join to the specified
Collection<E>-valued attribute using the given join type. - Parameters:
jt- join typecollection- target of the join
- Returns:
- the resulting join.
- Since:
- Jakarta Persistence (JPA) 1.0