|
||||||||||
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)
Create a subquery map join object correlated to a map join object of the enclosing query. |
|
|
From.join(MapAttribute<? super X,K,V> map)
Create an inner join to the specified Map-valued attribute. |
|
|
From.join(MapAttribute<? super X,K,V> map,
JoinType jt)
Create a join to the specified Map-valued attribute using the given join type. |
|
|
From.joinMap(String attributeName)
Create an inner join to the specified Map-valued attribute. |
|
|
From.joinMap(String attributeName,
JoinType jt)
Create a 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)
Create a subquery map join object correlated to a map join object of the enclosing query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |