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)
          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.
<K,V> MapJoin<X,K,V>
From.join(MapAttribute<? super X,K,V> map)
          Join to the specified Map-valued attribute using an inner join.
<K,V> MapJoin<X,K,V>
From.join(MapAttribute<? super X,K,V> map, JoinType jt)
          Join to the specified Map-valued attribute using the given join type.
<X,K,V> MapJoin<X,K,V>
From.joinMap(String attributeName)
          Join to the specified Map-valued attribute using an inner join.
<X,K,V> MapJoin<X,K,V>
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
<X,K,V> MapJoin<X,K,V>
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.
 



Copyright © 2007-2009 Hibernate.org. All Rights Reserved.