All Methods Instance Methods Abstract Methods
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 joinType) |
<Y> Fetch<X,Y> |
fetch(SingularAttribute<? super X,Y> attribute) |
<Y> Fetch<X,Y> |
fetch(SingularAttribute<? super X,Y> attribute,
JoinType joinType) |
<X,Y> Fetch<X,Y> |
fetch(java.lang.String attributeName) |
<X,Y> Fetch<X,Y> |
fetch(java.lang.String attributeName,
JoinType joinType) |
java.util.Set<Fetch<X,?>> |
getFetches() |