public abstract class AbstractAnyReference extends java.lang.Object implements FetchSource
| Constructor and Description |
|---|
AbstractAnyReference(PropertyPath propertyPath) |
| 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
|
java.lang.String |
getQuerySpaceUid()
Get the UID for this fetch source's query space.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolveEntityReferencepublic AbstractAnyReference(PropertyPath propertyPath)
public PropertyPath getPropertyPath()
FetchSourcegetPropertyPath in interface FetchSourcepublic Fetch[] getFetches()
FetchSourcegetFetches in interface FetchSourcepublic BidirectionalEntityReference[] getBidirectionalEntityReferences()
FetchSourcegetBidirectionalEntityReferences in interface FetchSourcepublic java.lang.String getQuerySpaceUid()
FetchSourcegetQuerySpaceUid in interface FetchSourceCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.