Package org.hibernate.loader.plan.spi
Interface CollectionFetchableElement
-
- All Superinterfaces:
FetchSource
public interface CollectionFetchableElement extends FetchSource
A collection element which is aFetchSource
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionReference
getCollectionReference()
Reference back to the collection to which this element belongs-
Methods inherited from interface org.hibernate.loader.plan.spi.FetchSource
getBidirectionalEntityReferences, getFetches, getPropertyPath, getQuerySpaceUid, resolveEntityReference
-
-
-
-
Method Detail
-
getCollectionReference
CollectionReference getCollectionReference()
Reference back to the collection to which this element belongs- Returns:
- the collection reference.
-
-