Package org.hibernate.loader.plan.spi
Interface AttributeFetch
-
- All Superinterfaces:
Fetch
- All Known Subinterfaces:
CollectionAttributeFetch
,CompositeAttributeFetch
,EntityFetch
public interface AttributeFetch extends Fetch
Models aFetch
that is specifically for an attribute.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeDefinition
getFetchedAttributeDefinition()
Returns theAttributeDefinition
for attribute being fetched.-
Methods inherited from interface org.hibernate.loader.plan.spi.Fetch
getAdditionalJoinConditions, getFetchedType, getFetchStrategy, getPropertyPath, getSource, isNullable, toSqlSelectFragments
-
-
-
-
Method Detail
-
getFetchedAttributeDefinition
AttributeDefinition getFetchedAttributeDefinition()
Returns theAttributeDefinition
for attribute being fetched.- Returns:
- The fetched attribute definition.
-
-