Package org.hibernate.query.internal
Class FetchMementoEmbeddableStandard
- java.lang.Object
-
- org.hibernate.query.internal.FetchMementoEmbeddableStandard
-
- All Implemented Interfaces:
FetchMemento
,ModelPartReferenceMemento
,ResultMappingMementoNode
public class FetchMementoEmbeddableStandard extends Object implements FetchMemento
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.query.named.FetchMemento
FetchMemento.Parent
-
-
Constructor Summary
Constructors Constructor Description FetchMementoEmbeddableStandard(NavigablePath navigablePath, EmbeddableValuedModelPart attributeMapping, List<String> columnNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbeddableValuedModelPart
getAttributeMapping()
List<String>
getColumnNames()
NavigablePath
getNavigablePath()
Path to the memento, relative to the result rootsFetchBuilder
resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
Resolve the fetch-memento into the result-graph-node builder
-
-
-
Constructor Detail
-
FetchMementoEmbeddableStandard
public FetchMementoEmbeddableStandard(NavigablePath navigablePath, EmbeddableValuedModelPart attributeMapping, List<String> columnNames)
-
-
Method Detail
-
resolve
public FetchBuilder resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
Description copied from interface:FetchMemento
Resolve the fetch-memento into the result-graph-node builder- Specified by:
resolve
in interfaceFetchMemento
-
getNavigablePath
public NavigablePath getNavigablePath()
Description copied from interface:ModelPartReferenceMemento
Path to the memento, relative to the result roots- Specified by:
getNavigablePath
in interfaceModelPartReferenceMemento
-
getAttributeMapping
public EmbeddableValuedModelPart getAttributeMapping()
-
-