|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Join | |
|---|---|
| javax.persistence.criteria | |
| Uses of Join in javax.persistence.criteria |
|---|
| Subinterfaces of Join in javax.persistence.criteria | |
|---|---|
interface |
CollectionJoin<Z,E>
|
interface |
ListJoin<Z,E>
|
interface |
MapJoin<Z,K,V>
|
interface |
PluralJoin<Z,C,E>
|
interface |
SetJoin<Z,E>
|
| Methods in javax.persistence.criteria that return Join | ||
|---|---|---|
|
Subquery.correlate(Join<X,Y> parentJoin)
|
|
|
From.join(SingularAttribute<? super X,Y> attribute)
|
|
|
From.join(SingularAttribute<? super X,Y> attribute,
JoinType jt)
|
|
|
From.join(String attributeName)
|
|
|
From.join(String attributeName,
JoinType jt)
|
|
| Methods in javax.persistence.criteria that return types with arguments of type Join | |
|---|---|
Set<Join<?,?>> |
Subquery.getCorrelatedJoins()
|
Set<Join<X,?>> |
From.getJoins()
|
| Methods in javax.persistence.criteria with parameters of type Join | ||
|---|---|---|
|
Subquery.correlate(Join<X,Y> parentJoin)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||