public class CollectionFetchableIndexAnyGraph extends AbstractAnyReference implements CollectionFetchableIndex
| Constructor and Description |
|---|
CollectionFetchableIndexAnyGraph(CollectionReference collectionReference) |
| Modifier and Type | Method and Description |
|---|---|
CollectionReference |
getCollectionReference()
Reference back to the collection to which this index belongs
|
EntityReference |
resolveEntityReference()
Resolve the "current"
EntityReference, or null if none. |
getBidirectionalEntityReferences, getFetches, getPropertyPath, getQuerySpaceUidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBidirectionalEntityReferences, getFetches, getPropertyPath, getQuerySpaceUidpublic CollectionFetchableIndexAnyGraph(CollectionReference collectionReference)
public CollectionReference getCollectionReference()
CollectionFetchableIndexgetCollectionReference in interface CollectionFetchableIndexpublic EntityReference resolveEntityReference()
FetchSourceEntityReference, 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.resolveEntityReference in interface FetchSourceFetch.getSource().Copyright © 2018 JBoss by Red Hat. All rights reserved.