|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SetJoin | |
|---|---|
| javax.persistence.criteria | |
| Uses of SetJoin in javax.persistence.criteria |
|---|
| Methods in javax.persistence.criteria that return SetJoin | ||
|---|---|---|
|
Subquery.correlate(SetJoin<X,Y> parentSet)
Correlate a join to a Set-valued association or element collection in the enclosing query to a join of the subquery and return the subquery join. |
|
|
From.join(SetAttribute<? super X,Y> set)
Join to the specified Set-valued attribute using an inner join. |
|
|
From.join(SetAttribute<? super X,Y> set,
JoinType jt)
Join to the specified Set-valued attribute using the given join type. |
|
|
From.joinSet(String attributeName)
Join to the specified Set-valued attribute using an inner join. |
|
|
From.joinSet(String attributeName,
JoinType jt)
Join to the specified Set-valued attribute using the given join type. |
|
| Methods in javax.persistence.criteria with parameters of type SetJoin | ||
|---|---|---|
|
Subquery.correlate(SetJoin<X,Y> parentSet)
Correlate a join to a Set-valued association or element collection in the enclosing query to a join of the subquery and return the subquery join. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||