Package org.hibernate.loader.plan.spi
Interface CollectionAttributeFetch
-
- All Superinterfaces:
AttributeFetch
,CollectionReference
,Fetch
public interface CollectionAttributeFetch extends AttributeFetch, CollectionReference
Models the requested fetching of a persistent collection attribute.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionType
getFetchedType()
Get the Hibernate Type that describes the fetched attribute as aCollectionType
.-
Methods inherited from interface org.hibernate.loader.plan.spi.AttributeFetch
getFetchedAttributeDefinition
-
Methods inherited from interface org.hibernate.loader.plan.spi.CollectionReference
allowElementJoin, allowIndexJoin, getCollectionPersister, getElementGraph, getIndexGraph, getPropertyPath, getQuerySpaceUid
-
Methods inherited from interface org.hibernate.loader.plan.spi.Fetch
getAdditionalJoinConditions, getFetchStrategy, getPropertyPath, getSource, isNullable, toSqlSelectFragments
-
-
-
-
Method Detail
-
getFetchedType
CollectionType getFetchedType()
Get the Hibernate Type that describes the fetched attribute as aCollectionType
.- Specified by:
getFetchedType
in interfaceFetch
- Returns:
- The Type of the fetched attribute
-
-