接口 EntityFetch
-
- 所有超级接口:
AttributeFetch,EntityReference,Fetch,FetchSource
- 所有已知实现类:
EntityAttributeFetchImpl
public interface EntityFetch extends AttributeFetch, EntityReference
Models the requested fetching of an entity attribute.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 EntityTypegetFetchedType()Get the Hibernate Type that describes the fetched attribute as anEntityType.-
从接口继承的方法 org.hibernate.loader.plan.spi.AttributeFetch
getFetchedAttributeDefinition
-
从接口继承的方法 org.hibernate.loader.plan.spi.EntityReference
getEntityPersister, getIdentifierDescription, getQuerySpaceUid
-
从接口继承的方法 org.hibernate.loader.plan.spi.Fetch
getAdditionalJoinConditions, getFetchStrategy, getPropertyPath, getSource, isNullable, toSqlSelectFragments
-
从接口继承的方法 org.hibernate.loader.plan.spi.FetchSource
getBidirectionalEntityReferences, getFetches, getPropertyPath, resolveEntityReference
-
-
-
-
方法详细资料
-
getFetchedType
EntityType getFetchedType()
Get the Hibernate Type that describes the fetched attribute as anEntityType.- 指定者:
getFetchedType在接口中Fetch- 返回:
- The Type of the fetched attribute
-
-