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 jt)
           
<X,K,V> MapJoin<X,K,V>
From.joinMap(String attributeName)
           
<X,K,V> MapJoin<X,K,V>
From.joinMap(String attributeName, JoinType jt)
           
 

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



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.