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 joinjt
- join type
- Return:
- the resulting join
- Since:
- JPA 2.0