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 NavigablePathgetNavigablePath()Path to the memento, relative to the result rootsResultBuilderEntityValuedresolve(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:ModelPartReferenceMementoPath to the memento, relative to the result roots- Specified by:
getNavigablePathin interfaceModelPartReferenceMemento
-
resolve
public ResultBuilderEntityValued resolve(Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
- Specified by:
resolvein interfaceResultMemento- Specified by:
resolvein interfaceResultMementoEntity
-
-