public class CollectionFetchableElementEntityGraph extends AbstractEntityReference implements CollectionFetchableElement
Constructor and Description |
---|
CollectionFetchableElementEntityGraph(CollectionReference collectionReference,
ExpandingEntityQuerySpace entityQuerySpace) |
Modifier and Type | Method and Description |
---|---|
CollectionReference |
getCollectionReference()
Reference back to the collection to which this element 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 CollectionFetchableElementEntityGraph(CollectionReference collectionReference, ExpandingEntityQuerySpace entityQuerySpace)
public CollectionReference getCollectionReference()
CollectionFetchableElement
getCollectionReference
in interface CollectionFetchableElement
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 © 2021 JBoss by Red Hat. All rights reserved.