JPA Method
in javax.persistence.criteria.From

CollectionJoin<X,Y> joinCollection(
  String attributeName
)


Create an inner join to the specified Collection-valued attribute.
Parameters:
attributeName - name of the attribute for the target of the join
Return:
the resulting join
Throws:
IllegalArgumentException - if attribute of the given name does not exist
Since:
JPA 2.0