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