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)
           
<Y> ListJoin<X,Y>
From.join(ListAttribute<? super X,Y> list)
           
<Y> ListJoin<X,Y>
From.join(ListAttribute<? super X,Y> list, JoinType jt)
           
<X,Y> ListJoin<X,Y>
From.joinList(String attributeName)
           
<X,Y> ListJoin<X,Y>
From.joinList(String attributeName, JoinType jt)
           
 

Methods in javax.persistence.criteria with parameters of type ListJoin
<X,Y> ListJoin<X,Y>
Subquery.correlate(ListJoin<X,Y> parentList)
           
 



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