Class NullValueAssembler<J>
java.lang.Object
org.hibernate.sql.results.internal.NullValueAssembler<J>
- All Implemented Interfaces:
DomainResultAssembler<J>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassemble
(RowProcessingState rowProcessingState) The main "assembly" contract.The JavaType describing the Java type that this assembler assembles.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.DomainResultAssembler
forEachResultAssembler, getInitializer, resolveState
-
Constructor Details
-
NullValueAssembler
-
-
Method Details
-
assemble
Description copied from interface:DomainResultAssembler
The main "assembly" contract. Assemble the result and return it.- Specified by:
assemble
in interfaceDomainResultAssembler<J>
-
getAssembledJavaType
Description copied from interface:DomainResultAssembler
The JavaType describing the Java type that this assembler assembles.- Specified by:
getAssembledJavaType
in interfaceDomainResultAssembler<J>
-