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