public interface EntityReference extends FetchSource
Represents a reference to an entity either as a return, fetch, or collection element or index.
| Modifier and Type | Method and Description |
|---|---|
EntityPersister |
getEntityPersister()
Retrieves the EntityPersister describing the entity associated with this Return.
|
EntityIdentifierDescription |
getIdentifierDescription()
Get the description of this entity’s identifier descriptor.
|
String |
getQuerySpaceUid()
Obtain the UID of the QuerySpace (specifically a
EntityQuerySpace) that this EntityReference
refers to. |
getBidirectionalEntityReferences, getFetches, getPropertyPath, resolveEntityReferenceString getQuerySpaceUid()
Obtain the UID of the QuerySpace (specifically a EntityQuerySpace) that this EntityReference
refers to.
getQuerySpaceUid in interface FetchSourceEntityPersister getEntityPersister()
Retrieves the EntityPersister describing the entity associated with this Return.
EntityIdentifierDescription getIdentifierDescription()
Get the description of this entity’s identifier descriptor.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.