Package org.hibernate.loader.plan.spi
Interface EntityFetch
-
- All Superinterfaces:
AttributeFetch
,EntityReference
,Fetch
,FetchSource
public interface EntityFetch extends AttributeFetch, EntityReference
Models the requested fetching of an entity attribute.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityType
getFetchedType()
Get the Hibernate Type that describes the fetched attribute as anEntityType
.-
Methods inherited from interface org.hibernate.loader.plan.spi.AttributeFetch
getFetchedAttributeDefinition
-
Methods inherited from interface org.hibernate.loader.plan.spi.EntityReference
getEntityPersister, getIdentifierDescription, getQuerySpaceUid
-
Methods inherited from interface org.hibernate.loader.plan.spi.Fetch
getAdditionalJoinConditions, getFetchStrategy, getPropertyPath, getSource, isNullable, toSqlSelectFragments
-
Methods inherited from interface org.hibernate.loader.plan.spi.FetchSource
getBidirectionalEntityReferences, getFetches, getPropertyPath, resolveEntityReference
-
-
-
-
Method Detail
-
getFetchedType
EntityType getFetchedType()
Get the Hibernate Type that describes the fetched attribute as anEntityType
.- Specified by:
getFetchedType
in interfaceFetch
- Returns:
- The Type of the fetched attribute
-
-