Package org.hibernate.query.internal
Class ResultMementoEntityJpa
- java.lang.Object
-
- org.hibernate.query.internal.ResultMementoEntityJpa
-
- All Implemented Interfaces:
FetchMemento.Parent
,ModelPartReferenceMemento
,ResultMappingMementoNode
,ResultMemento
,ResultMementoEntity
public class ResultMementoEntityJpa extends Object implements ResultMementoEntity, FetchMemento.Parent
-
-
Constructor Summary
Constructors Constructor Description ResultMementoEntityJpa(EntityMappingType entityDescriptor, LockMode lockMode, FetchMementoBasic discriminatorMemento, Map<String,FetchMemento> explicitFetchMementoMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NavigablePath
getNavigablePath()
Path to the memento, relative to the result rootsResultBuilderEntityValued
resolve(Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
-
-
-
Constructor Detail
-
ResultMementoEntityJpa
public ResultMementoEntityJpa(EntityMappingType entityDescriptor, LockMode lockMode, FetchMementoBasic discriminatorMemento, Map<String,FetchMemento> explicitFetchMementoMap)
-
-
Method Detail
-
getNavigablePath
public NavigablePath getNavigablePath()
Description copied from interface:ModelPartReferenceMemento
Path to the memento, relative to the result roots- Specified by:
getNavigablePath
in interfaceModelPartReferenceMemento
-
resolve
public ResultBuilderEntityValued resolve(Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
- Specified by:
resolve
in interfaceResultMemento
- Specified by:
resolve
in interfaceResultMementoEntity
-
-