Package org.hibernate.query.internal
Class FetchMementoEmbeddableStandard
java.lang.Object
org.hibernate.query.internal.FetchMementoEmbeddableStandard
- All Implemented Interfaces:
FetchMemento
,ModelPartReferenceMemento
,ResultMappingMementoNode
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.query.named.FetchMemento
FetchMemento.Parent
-
Constructor Summary
ConstructorsConstructorDescriptionFetchMementoEmbeddableStandard
(NavigablePath navigablePath, EmbeddableValuedModelPart attributeMapping, List<String> columnNames) -
Method Summary
Modifier and TypeMethodDescriptionPath to the memento, relative to the result rootsresolve
(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context) Resolve the fetch-memento into the result-graph-node builder
-
Constructor Details
-
Method Details
-
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
-
getAttributeMapping
-
getColumnNames
-