Class ArgumentDomainResult<A>
- java.lang.Object
-
- org.hibernate.sql.results.graph.instantiation.internal.ArgumentDomainResult<A>
-
- All Implemented Interfaces:
DomainResult<A>,DomainResultGraphNode
public class ArgumentDomainResult<A> extends Object implements DomainResult<A>
-
-
Constructor Summary
Constructors Constructor Description ArgumentDomainResult(DomainResult<A> realDomainResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsAnyNonScalarResults()Does this node contain any non-scalar (sub-)results?ArgumentReader<A>createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)Create an assembler (and any initializers) for this result.JavaType<?>getResultJavaType()StringgetResultVariable()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, getNavigablePath
-
-
-
-
Constructor Detail
-
ArgumentDomainResult
public ArgumentDomainResult(DomainResult<A> realDomainResult)
-
-
Method Detail
-
getResultVariable
public String getResultVariable()
Description copied from interface:DomainResultThe result-variable (alias) associated with this result.- Specified by:
getResultVariablein interfaceDomainResult<A>
-
containsAnyNonScalarResults
public boolean containsAnyNonScalarResults()
Description copied from interface:DomainResultGraphNodeDoes this node contain any non-scalar (sub-)results?- Specified by:
containsAnyNonScalarResultsin interfaceDomainResultGraphNode
-
getResultJavaType
public JavaType<?> getResultJavaType()
- Specified by:
getResultJavaTypein interfaceDomainResultGraphNode
-
createResultAssembler
public ArgumentReader<A> createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Description copied from interface:DomainResultCreate an assembler (and any initializers) for this result.- Specified by:
createResultAssemblerin interfaceDomainResult<A>
-
-