类 EntityReturnImpl
- java.lang.Object
-
- org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
-
- org.hibernate.loader.plan.build.internal.returns.AbstractEntityReference
-
- org.hibernate.loader.plan.build.internal.returns.EntityReturnImpl
-
- 所有已实现的接口:
ExpandingFetchSource,EntityReference,EntityReturn,FetchSource,Return
public class EntityReturnImpl extends AbstractEntityReference implements EntityReturn, ExpandingFetchSource
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 EntityReturnImpl(EntityDefinition entityDefinition, ExpandingQuerySpaces querySpaces)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidvalidateFetchPlan(FetchStrategy fetchStrategy, AttributeDefinition attributeDefinition)Is the asserted plan valid from this owner to a fetch?-
从类继承的方法 org.hibernate.loader.plan.build.internal.returns.AbstractEntityReference
createCompositeAttributeFetch, getEntityPersister, getIdentifierDescription, resolveEntityReference
-
从类继承的方法 org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
buildAnyAttributeFetch, buildBidirectionalEntityReference, buildCollectionAttributeFetch, buildCompositeAttributeFetch, buildEntityAttributeFetch, expandingQuerySpace, getBidirectionalEntityReferences, getFetches, getPropertyPath, getQuerySpaces, getQuerySpaceUid
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.loader.plan.spi.EntityReference
getEntityPersister, getIdentifierDescription, getQuerySpaceUid
-
从接口继承的方法 org.hibernate.loader.plan.build.spi.ExpandingFetchSource
buildAnyAttributeFetch, buildBidirectionalEntityReference, buildCollectionAttributeFetch, buildCompositeAttributeFetch, buildEntityAttributeFetch
-
从接口继承的方法 org.hibernate.loader.plan.spi.FetchSource
getBidirectionalEntityReferences, getFetches, getPropertyPath, resolveEntityReference
-
-
-
-
构造器详细资料
-
EntityReturnImpl
public EntityReturnImpl(EntityDefinition entityDefinition, ExpandingQuerySpaces querySpaces)
-
-
方法详细资料
-
validateFetchPlan
public void validateFetchPlan(FetchStrategy fetchStrategy, AttributeDefinition attributeDefinition)
从接口复制的说明:ExpandingFetchSourceIs the asserted plan valid from this owner to a fetch?- 指定者:
validateFetchPlan在接口中ExpandingFetchSource- 参数:
fetchStrategy- The type of fetch to validate.attributeDefinition- The attribute to be fetched.
-
-