Uses of Interface
javax.persistence.criteria.ListJoin

Packages that use ListJoin
javax.persistence.criteria   
 

Uses of ListJoin in javax.persistence.criteria
 

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

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