| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria.join |
| Modifier and Type | Method and Description |
|---|---|
<Y> FetchImpl<X,Y> |
FetchParentImpl.fetch(javax.persistence.metamodel.PluralAttribute<? super X,?,Y> attribute) |
<Y> FetchImpl<X,Y> |
FetchParentImpl.fetch(javax.persistence.metamodel.PluralAttribute<? super X,?,Y> attribute,
javax.persistence.criteria.JoinType jt) |
<Y> FetchImpl<X,Y> |
FetchParentImpl.fetch(javax.persistence.metamodel.SingularAttribute<? super X,Y> attribute) |
<Y> FetchImpl<X,Y> |
FetchParentImpl.fetch(javax.persistence.metamodel.SingularAttribute<? super X,Y> attribute,
javax.persistence.criteria.JoinType jt) |
<Y> FetchImpl<X,Y> |
FetchParentImpl.fetch(String attributeName) |
<Y> FetchImpl<X,Y> |
FetchParentImpl.fetch(String attributeName,
javax.persistence.criteria.JoinType jt) |
<Y> FetchImpl<X,Y> |
FetchParentImpl.join(String attributeName,
javax.persistence.criteria.JoinType jt)
Joins instead of fetch.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.