Package org.hibernate.query.named
Interface ModelPartReferenceMemento
-
- All Superinterfaces:
ResultMappingMementoNode
- All Known Subinterfaces:
FetchMemento
,FetchMemento.Parent
,FetchMementoBasic
,ModelPartResultMemento
,ModelPartResultMementoBasic
,ModelPartResultMementoCollection
,ModelPartResultMementoEntity
- All Known Implementing Classes:
FetchMementoBasicStandard
,FetchMementoEmbeddableStandard
,FetchMementoEntityStandard
,FetchMementoHbmStandard
,ImplicitAttributeFetchMemento
,ImplicitModelPartResultMemento
,ModelPartResultMementoBasicImpl
,ResultMementoCollectionStandard
,ResultMementoEntityJpa
,ResultMementoEntityStandard
public interface ModelPartReferenceMemento extends ResultMappingMementoNode
A ResultMappingMementoNode that is a reference to some part of the user's domain model
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NavigablePath
getNavigablePath()
Path to the memento, relative to the result roots
-
-
-
Method Detail
-
getNavigablePath
NavigablePath getNavigablePath()
Path to the memento, relative to the result roots
-
-