javax.persistence.criteria
public interface FetchParent<Z,X>
Modifier and Type | Method and Description |
---|---|
<Y> Fetch<X,Y> |
fetch(PluralAttribute<? super X,?,Y> attribute) |
<Y> Fetch<X,Y> |
fetch(PluralAttribute<? super X,?,Y> attribute,
JoinType jt) |
<Y> Fetch<X,Y> |
fetch(SingularAttribute<? super X,Y> attribute) |
<Y> Fetch<X,Y> |
fetch(SingularAttribute<? super X,Y> attribute,
JoinType jt) |
<X,Y> Fetch<X,Y> |
fetch(java.lang.String attributeName) |
<X,Y> Fetch<X,Y> |
fetch(java.lang.String attributeName,
JoinType jt) |
java.util.Set<Fetch<X,?>> |
getFetches() |
<Y> Fetch<X,Y> fetch(SingularAttribute<? super X,Y> attribute)
<Y> Fetch<X,Y> fetch(SingularAttribute<? super X,Y> attribute, JoinType jt)
<Y> Fetch<X,Y> fetch(PluralAttribute<? super X,?,Y> attribute)
<Y> Fetch<X,Y> fetch(PluralAttribute<? super X,?,Y> attribute, JoinType jt)
<X,Y> Fetch<X,Y> fetch(java.lang.String attributeName)