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>
           
 interface Fetch<Z,X>
           
 interface From<Z,X>
           
 interface Join<Z,X>
           
 interface ListJoin<Z,E>
           
 interface MapJoin<Z,K,V>
           
 interface PluralJoin<Z,C,E>
           
 interface Root<X>
           
 interface SetJoin<Z,E>
           
 

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



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