|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionJoin | |
|---|---|
| javax.persistence.criteria | |
| Uses of CollectionJoin in javax.persistence.criteria |
|---|
| Methods in javax.persistence.criteria that return CollectionJoin | ||
|---|---|---|
|
Subquery.correlate(CollectionJoin<X,Y> parentCollection)
Correlate a join to a Collection-valued association or element collection in the enclosing query to a join of the subquery and return the subquery join. |
|
|
From.join(CollectionAttribute<? super X,Y> collection)
Join to the specified Collection-valued attribute using an inner join. |
|
|
From.join(CollectionAttribute<? super X,Y> collection,
JoinType jt)
Join to the specified Collection-valued attribute using the given join type. |
|
|
From.joinCollection(String attributeName)
Join to the specified Collection-valued attribute using an inner join. |
|
|
From.joinCollection(String attributeName,
JoinType jt)
Join to the specified Collection-valued attribute using the given join type. |
|
| Methods in javax.persistence.criteria with parameters of type CollectionJoin | ||
|---|---|---|
|
Subquery.correlate(CollectionJoin<X,Y> parentCollection)
Correlate a join to a Collection-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 | |||||||||