Interface ModelPartReferenceCollection
-
- All Superinterfaces:
ModelPartReference
public interface ModelPartReferenceCollection extends ModelPartReference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluralAttributeMapping
getReferencedPart()
The part of the domain model that is referenced-
Methods inherited from interface org.hibernate.query.results.complete.ModelPartReference
getNavigablePath
-
-
-
-
Method Detail
-
getReferencedPart
PluralAttributeMapping getReferencedPart()
Description copied from interface:ModelPartReference
The part of the domain model that is referenced- Specified by:
getReferencedPart
in interfaceModelPartReference
-
-