Package org.hibernate.loader.plan.spi
Interface CompositeAttributeFetch
-
- All Superinterfaces:
AttributeFetch,CompositeFetch,Fetch,FetchSource
public interface CompositeAttributeFetch extends CompositeFetch, AttributeFetch
Models the requested fetching of a composite attribute.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.loader.plan.spi.AttributeFetch
getFetchedAttributeDefinition
-
Methods inherited from interface org.hibernate.loader.plan.spi.Fetch
getAdditionalJoinConditions, getFetchedType, getFetchStrategy, getPropertyPath, getSource, isNullable, toSqlSelectFragments
-
Methods inherited from interface org.hibernate.loader.plan.spi.FetchSource
getBidirectionalEntityReferences, getFetches, getPropertyPath, getQuerySpaceUid, resolveEntityReference
-
-