Class NotFoundSnapshotAssembler
- java.lang.Object
-
- org.hibernate.sql.results.graph.entity.internal.NotFoundSnapshotAssembler
-
- All Implemented Interfaces:
DomainResultAssembler
public class NotFoundSnapshotAssembler extends Object implements DomainResultAssembler
Specialized DomainResultAssembler forNotFound
associations
-
-
Constructor Summary
Constructors Constructor Description NotFoundSnapshotAssembler(NavigablePath navigablePath, ToOneAttributeMapping toOneMapping, DomainResultAssembler<?> keyValueAssembler, DomainResultAssembler<?> targetValueAssembler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
The main "assembly" contract.JavaType<?>
getAssembledJavaType()
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
assemble
-
-
-
-
Constructor Detail
-
NotFoundSnapshotAssembler
public NotFoundSnapshotAssembler(NavigablePath navigablePath, ToOneAttributeMapping toOneMapping, DomainResultAssembler<?> keyValueAssembler, DomainResultAssembler<?> targetValueAssembler)
-
-
Method Detail
-
assemble
public Object assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
Description copied from interface:DomainResultAssembler
The main "assembly" contract. Assemble the result and return it.- Specified by:
assemble
in interfaceDomainResultAssembler
-
getAssembledJavaType
public JavaType<?> getAssembledJavaType()
Description copied from interface:DomainResultAssembler
The JavaType describing the Java type that this assembler assembles.- Specified by:
getAssembledJavaType
in interfaceDomainResultAssembler
-
-