Uses of Interface
javax.persistence.criteria.Fetch
-
Packages that use Fetch Package Description javax.persistence.criteria -
-
Uses of Fetch in javax.persistence.criteria
Methods in javax.persistence.criteria that return Fetch Modifier and Type Method Description <X,Y>
Fetch<X,Y>FetchParent. fetch(java.lang.String attributeName)
<X,Y>
Fetch<X,Y>FetchParent. fetch(java.lang.String attributeName, JoinType jt)
<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)
Methods in javax.persistence.criteria that return types with arguments of type Fetch Modifier and Type Method Description java.util.Set<Fetch<X,?>>
FetchParent. getFetches()
-