Class UnfetchedCollectionAssembler
- java.lang.Object
-
- org.hibernate.sql.results.graph.collection.internal.UnfetchedCollectionAssembler
-
- All Implemented Interfaces:
DomainResultAssembler
public class UnfetchedCollectionAssembler extends Object implements DomainResultAssembler
-
-
Constructor Summary
Constructors Constructor Description UnfetchedCollectionAssembler(PluralAttributeMapping fetchedMapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectassemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)The main "assembly" contract.JavaTypegetAssembledJavaType()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, resolveState
-
-
-
-
Constructor Detail
-
UnfetchedCollectionAssembler
public UnfetchedCollectionAssembler(PluralAttributeMapping fetchedMapping)
-
-
Method Detail
-
assemble
public Object assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
Description copied from interface:DomainResultAssemblerThe main "assembly" contract. Assemble the result and return it.- Specified by:
assemblein interfaceDomainResultAssembler
-
getAssembledJavaType
public JavaType getAssembledJavaType()
Description copied from interface:DomainResultAssemblerThe JavaType describing the Java type that this assembler assembles.- Specified by:
getAssembledJavaTypein interfaceDomainResultAssembler
-
-