CollectionJoin<X,Y> join(
  CollectionAttribute<?superX,Y> collection, 
  JoinType jt
)
 Create a join to the specified Collection-valued attribute using the given join type. 
- Parameters:
- collection- target of the join- jt- join type
- Return:
- the resulting join
- Since:
- JPA 2.0