Package org.hibernate.loader.plan.spi
Interface AnyAttributeFetch
-
- All Superinterfaces:
Fetch
,FetchSource
public interface AnyAttributeFetch extends Fetch, FetchSource
Models the requested fetching of an "any" attribute.
-
-
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
-
-