类 CollectionFetchableElementCompositeGraph
- java.lang.Object
-
- org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
-
- org.hibernate.loader.plan.build.internal.returns.AbstractCompositeReference
-
- org.hibernate.loader.plan.build.internal.returns.CollectionFetchableElementCompositeGraph
-
public class CollectionFetchableElementCompositeGraph extends AbstractCompositeReference implements CollectionFetchableElement
Models the element graph of a collection, where the elements are composite- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 CollectionFetchableElementCompositeGraph(CollectionReference collectionReference, ExpandingCompositeQuerySpace compositeQuerySpace)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CollectionReferencegetCollectionReference()Reference back to the collection to which this element belongsEntityReferenceresolveEntityReference()Resolve the "current"EntityReference, or null if none.-
从类继承的方法 org.hibernate.loader.plan.build.internal.returns.AbstractCompositeReference
buildCollectionAttributeFetch, createCompositeAttributeFetch, validateFetchPlan
-
从类继承的方法 org.hibernate.loader.plan.build.internal.returns.AbstractExpandingFetchSource
buildAnyAttributeFetch, buildBidirectionalEntityReference, 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.FetchSource
getBidirectionalEntityReferences, getFetches, getPropertyPath, getQuerySpaceUid
-
-
-
-
构造器详细资料
-
CollectionFetchableElementCompositeGraph
public CollectionFetchableElementCompositeGraph(CollectionReference collectionReference, ExpandingCompositeQuerySpace compositeQuerySpace)
-
-
方法详细资料
-
getCollectionReference
public CollectionReference getCollectionReference()
从接口复制的说明:CollectionFetchableElementReference back to the collection to which this element belongs- 指定者:
getCollectionReference在接口中CollectionFetchableElement- 返回:
- the collection reference.
-
resolveEntityReference
public EntityReference resolveEntityReference()
从接口复制的说明:FetchSourceResolve the "current"EntityReference, or null if none. If this object is anEntityReference, then this object is returned; otherwise, if this object is aFetch, then the nearestEntityReferencewill be resolved from its source, if possible. If no EntityReference can be resolved, null is return.- 指定者:
resolveEntityReference在接口中FetchSource- 返回:
- the "current" EntityReference or null if none. .
-
-