Uses of Interface
javax.persistence.criteria.SetJoin

Packages that use SetJoin
javax.persistence.criteria   
 

Uses of SetJoin in javax.persistence.criteria
 

Methods in javax.persistence.criteria that return SetJoin
<X,Y> SetJoin<X,Y>
Subquery.correlate(SetJoin<X,Y> parentSet)
          Correlate a join to a Set-valued association or element collection in the enclosing query to a join of the subquery and return the subquery join.
<Y> SetJoin<X,Y>
From.join(SetAttribute<? super X,Y> set)
          Join to the specified Set-valued attribute using an inner join.
<Y> SetJoin<X,Y>
From.join(SetAttribute<? super X,Y> set, JoinType jt)
          Join to the specified Set-valued attribute using the given join type.
<X,Y> SetJoin<X,Y>
From.joinSet(String attributeName)
          Join to the specified Set-valued attribute using an inner join.
<X,Y> SetJoin<X,Y>
From.joinSet(String attributeName, JoinType jt)
          Join to the specified Set-valued attribute using the given join type.
 

Methods in javax.persistence.criteria with parameters of type SetJoin
<X,Y> SetJoin<X,Y>
Subquery.correlate(SetJoin<X,Y> parentSet)
          Correlate a join to a Set-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.