Uses of Interface
javax.persistence.criteria.MapJoin

Packages that use MapJoin
javax.persistence.criteria   
 

Uses of MapJoin in javax.persistence.criteria
 

Methods in javax.persistence.criteria that return MapJoin
<X,K,V> MapJoin<X,K,V>
Subquery.correlate(MapJoin<X,K,V> parentMap)
           
<K,V> MapJoin<X,K,V>
From.join(MapAttribute<? super X,K,V> map)
           
<K,V> MapJoin<X,K,V>
From.join(MapAttribute<? super X,K,V> map, JoinType joinType)
           
<X,K,V> MapJoin<X,K,V>
From.joinMap(java.lang.String attributeName)
           
<X,K,V> MapJoin<X,K,V>
From.joinMap(java.lang.String attributeName, JoinType joinType)
           
 

Methods in javax.persistence.criteria with parameters of type MapJoin
<X,K,V> MapJoin<X,K,V>
Subquery.correlate(MapJoin<X,K,V> parentMap)