Class NotFoundSnapshotResult
- java.lang.Object
-
- org.hibernate.sql.results.graph.entity.internal.NotFoundSnapshotResult
-
- All Implemented Interfaces:
DomainResult
,DomainResultGraphNode
public class NotFoundSnapshotResult extends Object implements DomainResult
-
-
Constructor Summary
Constructors Constructor Description NotFoundSnapshotResult(NavigablePath navigablePath, ToOneAttributeMapping toOneMapping, TableGroup keyTableGroup, TableGroup targetTableGroup, DomainResultCreationState creationState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainResultAssembler<Object>
createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Create an assembler (and any initializers) for this result.NavigablePath
getNavigablePath()
The NavigablePath for this node (if one!).JavaType<?>
getResultJavaType()
String
getResultVariable()
The result-variable (alias) associated with this result.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.sql.results.graph.DomainResultGraphNode
appliesTo, containsAnyNonScalarResults
-
-
-
-
Constructor Detail
-
NotFoundSnapshotResult
public NotFoundSnapshotResult(NavigablePath navigablePath, ToOneAttributeMapping toOneMapping, TableGroup keyTableGroup, TableGroup targetTableGroup, DomainResultCreationState creationState)
-
-
Method Detail
-
getNavigablePath
public NavigablePath getNavigablePath()
Description copied from interface:DomainResultGraphNode
The NavigablePath for this node (if one!). Certain nodes will not have a NavigablePath, namely those not associated with a Navigable- Specified by:
getNavigablePath
in interfaceDomainResultGraphNode
-
getResultJavaType
public JavaType<?> getResultJavaType()
- Specified by:
getResultJavaType
in interfaceDomainResultGraphNode
-
getResultVariable
public String getResultVariable()
Description copied from interface:DomainResult
The result-variable (alias) associated with this result.- Specified by:
getResultVariable
in interfaceDomainResult
-
createResultAssembler
public DomainResultAssembler<Object> createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Description copied from interface:DomainResult
Create an assembler (and any initializers) for this result.- Specified by:
createResultAssembler
in interfaceDomainResult
-
-