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