Package org.hibernate.loader.plan.spi
Interface CompositeFetch
-
- All Superinterfaces:
Fetch
,FetchSource
- All Known Subinterfaces:
CompositeAttributeFetch
public interface CompositeFetch extends Fetch, FetchSource
Models the requested fetching of a composition (component/embeddable), which may or may not be an attribute.- See Also:
CompositeAttributeFetch
-
-
Method Summary
-
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
-
-