Uses of Interface
javax.persistence.criteria.FetchParent

Packages that use FetchParent
javax.persistence.criteria   
 

Uses of FetchParent in javax.persistence.criteria
 

Subinterfaces of FetchParent in javax.persistence.criteria
 interface CollectionJoin<Z,E>
          A join to an entity.
 interface Fetch<Z,X>
          Represents a join-fetched attribute.
 interface From<Z,X>
          A root type from a FROM clause.
 interface Join<Z,X>
          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 PluralJoin<Z,C,E>
          A common join interface to all collection types.
 interface Root<X>
          A root type from a FROM clause.
 interface SetJoin<Z,E>
          A join to an entity.
 

Methods in javax.persistence.criteria that return FetchParent
 FetchParent<?,Z> Fetch.getParent()