类 CollectionFetchableIndexAnyGraph
- java.lang.Object
-
- org.hibernate.loader.plan.build.internal.returns.AbstractAnyReference
-
- org.hibernate.loader.plan.build.internal.returns.CollectionFetchableIndexAnyGraph
-
- 所有已实现的接口:
CollectionFetchableIndex,FetchSource
public class CollectionFetchableIndexAnyGraph extends AbstractAnyReference implements CollectionFetchableIndex
- 作者:
- Gail Badner
-
-
构造器概要
构造器 构造器 说明 CollectionFetchableIndexAnyGraph(CollectionReference collectionReference)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CollectionReferencegetCollectionReference()Reference back to the collection to which this index belongsEntityReferenceresolveEntityReference()Resolve the "current"EntityReference, or null if none.-
从类继承的方法 org.hibernate.loader.plan.build.internal.returns.AbstractAnyReference
getBidirectionalEntityReferences, getFetches, getPropertyPath, 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
-
-
-
-
构造器详细资料
-
CollectionFetchableIndexAnyGraph
public CollectionFetchableIndexAnyGraph(CollectionReference collectionReference)
-
-
方法详细资料
-
getCollectionReference
public CollectionReference getCollectionReference()
从接口复制的说明:CollectionFetchableIndexReference back to the collection to which this index belongs- 指定者:
getCollectionReference在接口中CollectionFetchableIndex- 返回:
- 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. .
-
-