Uses of Interface
javax.persistence.criteria.MapJoin
-
Packages that use MapJoin Package Description javax.persistence.criteria -
-
Uses of MapJoin in javax.persistence.criteria
Methods in javax.persistence.criteria that return MapJoin Modifier and Type Method Description <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(java.lang.String attributeName)
<X,K,V>
MapJoin<X,K,V>From. joinMap(java.lang.String attributeName, JoinType jt)
Methods in javax.persistence.criteria with parameters of type MapJoin Modifier and Type Method Description <X,K,V>
MapJoin<X,K,V>Subquery. correlate(MapJoin<X,K,V> parentMap)
-