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 joinType)
           
<Y> Fetch<X,Y>
FetchParent.fetch(SingularAttribute<? super X,Y> attribute)
           
<Y> Fetch<X,Y>
FetchParent.fetch(SingularAttribute<? super X,Y> attribute, JoinType joinType)
           
<X,Y> Fetch<X,Y>
FetchParent.fetch(java.lang.String attributeName)
           
<X,Y> Fetch<X,Y>
FetchParent.fetch(java.lang.String attributeName, JoinType joinType)
           
 

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