Uses of Interface
javax.persistence.criteria.PluralJoin

Packages that use PluralJoin
javax.persistence.criteria   
 

Uses of PluralJoin in javax.persistence.criteria
 

Subinterfaces of PluralJoin in javax.persistence.criteria
 interface CollectionJoin<Z,E>
          The CollectionJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Collection.
 interface ListJoin<Z,E>
          The ListJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.List.
 interface MapJoin<Z,K,V>
          The MapJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Map.
 interface SetJoin<Z,E>
          The SetJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Set.
 



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