接口 CollectionAttributeFetch
-
- 所有超级接口:
AttributeFetch,CollectionReference,Fetch
- 所有已知实现类:
CollectionAttributeFetchImpl
public interface CollectionAttributeFetch extends AttributeFetch, CollectionReference
Models the requested fetching of a persistent collection attribute.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 CollectionTypegetFetchedType()Get the Hibernate Type that describes the fetched attribute as aCollectionType.-
从接口继承的方法 org.hibernate.loader.plan.spi.AttributeFetch
getFetchedAttributeDefinition
-
从接口继承的方法 org.hibernate.loader.plan.spi.CollectionReference
allowElementJoin, allowIndexJoin, getCollectionPersister, getElementGraph, getIndexGraph, getPropertyPath, getQuerySpaceUid
-
从接口继承的方法 org.hibernate.loader.plan.spi.Fetch
getAdditionalJoinConditions, getFetchStrategy, getPropertyPath, getSource, isNullable, toSqlSelectFragments
-
-
-
-
方法详细资料
-
getFetchedType
CollectionType getFetchedType()
Get the Hibernate Type that describes the fetched attribute as aCollectionType.- 指定者:
getFetchedType在接口中Fetch- 返回:
- The Type of the fetched attribute
-
-