Package | Description |
---|---|
javax.persistence.criteria |
Modifier and Type | Method and Description |
---|---|
<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) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Fetch<X,?>> |
FetchParent.getFetches() |