接口 CollectionFetchableIndex
-
- 所有超级接口:
FetchSource
- 所有已知实现类:
CollectionFetchableIndexAnyGraph,CollectionFetchableIndexCompositeGraph,CollectionFetchableIndexEntityGraph
public interface CollectionFetchableIndex extends FetchSource
A collection index which is aFetchSource.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 CollectionReferencegetCollectionReference()Reference back to the collection to which this index belongs-
从接口继承的方法 org.hibernate.loader.plan.spi.FetchSource
getBidirectionalEntityReferences, getFetches, getPropertyPath, getQuerySpaceUid, resolveEntityReference
-
-
-
-
方法详细资料
-
getCollectionReference
CollectionReference getCollectionReference()
Reference back to the collection to which this index belongs- 返回:
- the collection reference.
-
-