public interface FetchSource
| Modifier and Type | Method and Description |
|---|---|
BidirectionalEntityReference[] |
getBidirectionalEntityReferences()
Retrieve the bidirectional entity references owned by this fetch source.
|
Fetch[] |
getFetches()
Retrieve the fetches owned by this fetch source.
|
PropertyPath |
getPropertyPath()
Get the property path to this fetch owner
|
String |
getQuerySpaceUid() |
EntityReference |
resolveEntityReference()
Resolve the "current"
EntityReference, or null if none. |
PropertyPath getPropertyPath()
String getQuerySpaceUid()
Fetch[] getFetches()
BidirectionalEntityReference[] getBidirectionalEntityReferences()
EntityReference resolveEntityReference()
EntityReference, or null if none.
If this object is an EntityReference, then this object is returned.
If this object is a CompositeFetch, then the nearest EntityReference
will be resolved from its source, if possible.
If no EntityReference can be resolved, null is return.Fetch, then
.Fetch.getSource().Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.