joinSet(attributeName, jt) - JPA From's method
Method javax.persistence.criteria.From
SetJoin<X,Y> joinSet(
String attributeName,
JoinType jt
)
- Parameters:
-
attributeName
- name of the attribute for the target of the join -
jt
- join type
- Returns:
- the resulting join
- Throws:
-
IllegalArgumentException
- if attribute of the given name does not exist
- Since:
- JPA 2.0