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, wait
resolveEntityReference
public AbstractAnyReference(PropertyPath propertyPath)
public PropertyPath getPropertyPath()
FetchSource
getPropertyPath
in interface FetchSource
public Fetch[] getFetches()
FetchSource
getFetches
in interface FetchSource
public BidirectionalEntityReference[] getBidirectionalEntityReferences()
FetchSource
getBidirectionalEntityReferences
in interface FetchSource
public java.lang.String getQuerySpaceUid()
FetchSource
getQuerySpaceUid
in interface FetchSource
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.