|
||||||||||
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)
|
|
|
From.join(CollectionAttribute<? super X,Y> collection)
|
|
|
From.join(CollectionAttribute<? super X,Y> collection,
JoinType jt)
|
|
|
From.joinCollection(String attributeName)
|
|
|
From.joinCollection(String attributeName,
JoinType jt)
|
Methods in javax.persistence.criteria with parameters of type CollectionJoin | ||
---|---|---|
|
Subquery.correlate(CollectionJoin<X,Y> parentCollection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |