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(String attributeName) |
<X,Y> Fetch<X,Y> |
fetch(String attributeName,
JoinType jt) |
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)
Copyright © 2016. All rights reserved.