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>
          A join to an entity.
 interface ListJoin<Z,E>
          A join to an entity.
 interface MapJoin<Z,K,V>
          A join to an entity.
 interface SetJoin<Z,E>
          A join to an entity.