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 source 
 | 
String | 
getQuerySpaceUid()
Get the UID for this fetch source's query space. 
 | 
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;
 otherwise, if this object is a Fetch, then the nearest
 EntityReference will be resolved from its source, if possible.
 If no EntityReference can be resolved, null is return.Fetch.getSource().Copyright © 2017 JBoss by Red Hat. All rights reserved.