public class CollectionFetchableIndexEntityGraph extends AbstractEntityReference implements CollectionFetchableIndex
Constructor and Description |
---|
CollectionFetchableIndexEntityGraph(CollectionReference collectionReference,
ExpandingEntityQuerySpace entityQuerySpace) |
Modifier and Type | Method and Description |
---|---|
CollectionReference |
getCollectionReference()
Reference back to the collection to which this index belongs
|
void |
validateFetchPlan(FetchStrategy fetchStrategy,
AttributeDefinition attributeDefinition)
Is the asserted plan valid from this owner to a fetch?
|
createCompositeAttributeFetch, getEntityPersister, getIdentifierDescription, resolveEntityReference
buildAnyAttributeFetch, buildBidirectionalEntityReference, buildCollectionAttributeFetch, buildCompositeAttributeFetch, buildEntityAttributeFetch, expandingQuerySpace, getBidirectionalEntityReferences, getFetches, getPropertyPath, getQuerySpaces, getQuerySpaceUid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBidirectionalEntityReferences, getFetches, getPropertyPath, getQuerySpaceUid, resolveEntityReference
getQuerySpaceUid
public CollectionFetchableIndexEntityGraph(CollectionReference collectionReference, ExpandingEntityQuerySpace entityQuerySpace)
public CollectionReference getCollectionReference()
CollectionFetchableIndex
getCollectionReference
in interface CollectionFetchableIndex
public void validateFetchPlan(FetchStrategy fetchStrategy, AttributeDefinition attributeDefinition)
ExpandingFetchSource
validateFetchPlan
in interface ExpandingFetchSource
fetchStrategy
- The type of fetch to validate.attributeDefinition
- The attribute to be fetched.Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.