public abstract class AbstractAnyReference extends 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
|
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 String getQuerySpaceUid()
FetchSourcegetQuerySpaceUid in interface FetchSourceCopyright © 2018 JBoss by Red Hat. All rights reserved.