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, 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 String getQuerySpaceUid()
FetchSource
getQuerySpaceUid
in interface FetchSource
Copyright © 2021 JBoss by Red Hat. All rights reserved.