|
||||||||||
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)
Create a subquery set join object correlated to a set join object of the enclosing query. |
|
|
From.join(SetAttribute<? super X,Y> set)
Create an inner join to the specified Set-valued attribute. |
|
|
From.join(SetAttribute<? super X,Y> set,
JoinType jt)
Create a join to the specified Set-valued attribute using the given join type. |
|
|
From.joinSet(String attributeName)
Create an inner join to the specified Set-valued attribute. |
|
|
From.joinSet(String attributeName,
JoinType jt)
Create a 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)
Create a subquery set join object correlated to a set join object of the enclosing query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |