Uses of Interface
javax.persistence.criteria.CollectionJoin

Packages that use CollectionJoin
javax.persistence.criteria   
 

Uses of CollectionJoin in javax.persistence.criteria
 

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

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