接口 AnyAttributeFetch
-
- 所有超级接口:
Fetch,FetchSource
- 所有已知实现类:
AnyAttributeFetchImpl
public interface AnyAttributeFetch extends Fetch, FetchSource
Models the requested fetching of an "any" attribute.- 作者:
- Gail Badner
-
-
方法概要
-
从接口继承的方法 org.hibernate.loader.plan.spi.Fetch
getAdditionalJoinConditions, getFetchedType, getFetchStrategy, getPropertyPath, getSource, isNullable, toSqlSelectFragments
-
从接口继承的方法 org.hibernate.loader.plan.spi.FetchSource
getBidirectionalEntityReferences, getFetches, getPropertyPath, getQuerySpaceUid, resolveEntityReference
-
-