类 CollectionFetchableIndexEntityGraph
- 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.CollectionFetchableIndexEntityGraph
-
public class CollectionFetchableIndexEntityGraph extends AbstractEntityReference implements CollectionFetchableIndex
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 CollectionFetchableIndexEntityGraph(CollectionReference collectionReference, ExpandingEntityQuerySpace entityQuerySpace)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CollectionReferencegetCollectionReference()Reference back to the collection to which this index belongsvoidvalidateFetchPlan(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
getQuerySpaceUid
-
从接口继承的方法 org.hibernate.loader.plan.spi.FetchSource
getBidirectionalEntityReferences, getFetches, getPropertyPath, resolveEntityReference
-
-
-
-
构造器详细资料
-
CollectionFetchableIndexEntityGraph
public CollectionFetchableIndexEntityGraph(CollectionReference collectionReference, ExpandingEntityQuerySpace entityQuerySpace)
-
-
方法详细资料
-
getCollectionReference
public CollectionReference getCollectionReference()
从接口复制的说明:CollectionFetchableIndexReference back to the collection to which this index belongs- 指定者:
getCollectionReference在接口中CollectionFetchableIndex- 返回:
- the collection reference.
-
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.
-
-