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 EmbeddableValuedModelPartgetAttributeMapping()List<String>getColumnNames()NavigablePathgetNavigablePath()Path to the memento, relative to the result rootsFetchBuilderresolve(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:FetchMementoResolve the fetch-memento into the result-graph-node builder- Specified by:
resolvein interfaceFetchMemento
-
getNavigablePath
public NavigablePath getNavigablePath()
Description copied from interface:ModelPartReferenceMementoPath to the memento, relative to the result roots- Specified by:
getNavigablePathin interfaceModelPartReferenceMemento
-
getAttributeMapping
public EmbeddableValuedModelPart getAttributeMapping()
-
-