Uses of Interface
javax.persistence.criteria.Fetch

Packages that use Fetch
javax.persistence.criteria   
 

Uses of Fetch in javax.persistence.criteria
 

Methods in javax.persistence.criteria that return Fetch
<Y> Fetch<X,Y>
FetchParent.fetch(PluralAttribute<? super X,?,Y> attribute)
           
<Y> Fetch<X,Y>
FetchParent.fetch(PluralAttribute<? super X,?,Y> attribute, JoinType jt)
           
<Y> Fetch<X,Y>
FetchParent.fetch(SingularAttribute<? super X,Y> attribute)
           
<Y> Fetch<X,Y>
FetchParent.fetch(SingularAttribute<? super X,Y> attribute, JoinType jt)
           
<X,Y> Fetch<X,Y>
FetchParent.fetch(String attributeName)
           
<X,Y> Fetch<X,Y>
FetchParent.fetch(String attributeName, JoinType jt)
           
 

Methods in javax.persistence.criteria that return types with arguments of type Fetch
 Set<Fetch<X,?>> FetchParent.getFetches()
           
 



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