Package org.hibernate.loader.plan.spi
Interface AttributeFetch
-
- All Superinterfaces:
Fetch
- All Known Subinterfaces:
CollectionAttributeFetch,CompositeAttributeFetch,EntityFetch
public interface AttributeFetch extends Fetch
Models aFetchthat is specifically for an attribute.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeDefinitiongetFetchedAttributeDefinition()Returns theAttributeDefinitionfor 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 theAttributeDefinitionfor attribute being fetched.- Returns:
- The fetched attribute definition.
-
-