接口 ExpandingEntityIdentifierDescription
-
- 所有已知实现类:
AbstractCompositeEntityIdentifierDescription,EncapsulatedEntityIdentifierDescription,NonEncapsulatedEntityIdentifierDescription
public interface ExpandingEntityIdentifierDescription extends EntityIdentifierDescription, ExpandingFetchSource
Describes an entity identifier description that allows adding fetches; used while building aEntityIdentifierDescription.- 作者:
- Steve Ebersole
-
-
方法概要
-
从接口继承的方法 org.hibernate.loader.plan.spi.EntityIdentifierDescription
hasBidirectionalEntityReferences, hasFetches
-
从接口继承的方法 org.hibernate.loader.plan.build.spi.ExpandingFetchSource
buildAnyAttributeFetch, buildBidirectionalEntityReference, buildCollectionAttributeFetch, buildCompositeAttributeFetch, buildEntityAttributeFetch, validateFetchPlan
-
从接口继承的方法 org.hibernate.loader.plan.spi.FetchSource
getBidirectionalEntityReferences, getFetches, getPropertyPath, getQuerySpaceUid, resolveEntityReference
-
-