Class ToOneAttributeMapping.NullDomainResult
- java.lang.Object
-
- org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping.NullDomainResult
-
- All Implemented Interfaces:
DomainResult,DomainResultGraphNode
- Enclosing class:
- ToOneAttributeMapping
public static class ToOneAttributeMapping.NullDomainResult extends Object implements DomainResult
-
-
Constructor Summary
Constructors Constructor Description NullDomainResult(JavaType<?> javaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcollectValueIndexesToCache(BitSet valueIndexes)Collect the JDBC value indexes used by this domain result that should be cached.DomainResultAssemblercreateResultAssembler(InitializerParent parent, 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, containsAnyNonScalarResults, getNavigablePath
-
-
-
-
Constructor Detail
-
NullDomainResult
public NullDomainResult(JavaType<?> javaType)
-
-
Method Detail
-
getResultVariable
public String getResultVariable()
Description copied from interface:DomainResultThe result-variable (alias) associated with this result.- Specified by:
getResultVariablein interfaceDomainResult
-
createResultAssembler
public DomainResultAssembler createResultAssembler(InitializerParent parent, AssemblerCreationState creationState)
Description copied from interface:DomainResultCreate an assembler (and any initializers) for this result.- Specified by:
createResultAssemblerin interfaceDomainResult
-
getResultJavaType
public JavaType<?> getResultJavaType()
- Specified by:
getResultJavaTypein interfaceDomainResultGraphNode
-
collectValueIndexesToCache
public void collectValueIndexesToCache(BitSet valueIndexes)
Description copied from interface:DomainResultGraphNodeCollect the JDBC value indexes used by this domain result that should be cached.- Specified by:
collectValueIndexesToCachein interfaceDomainResultGraphNode
-
-