Jakarta Persistence (JPA) Method
SetJoin<X,Y> joinSet(
String attributeName,
JoinType jt
)
Create a join to the specified
Set<E>-valued attribute using the given join type. - Parameters:
attributeName- name of the attribute for the target of the joinjt- join type
- Returns:
- the resulting join.
- Throws:
- if attribute of the given name does not exist.IllegalArgumentException
- Since:
- Jakarta Persistence (JPA) 1.0