Uses of Interface
org.hibernate.sql.results.graph.DomainResultAssembler
Packages that use DomainResultAssembler
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Defines domain result graphs.
-
Uses of DomainResultAssembler in org.hibernate.metamodel.mapping
Method parameters in org.hibernate.metamodel.mapping with type arguments of type DomainResultAssemblerModifier and TypeMethodDescriptiondefault Object[]
EntityMappingType.extractConcreteTypeStateValues
(Map<AttributeMapping, DomainResultAssembler> assemblerMapping, RowProcessingState rowProcessingState) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DomainResultAssembler in org.hibernate.sql.results.graph
Classes in org.hibernate.sql.results.graph that implement DomainResultAssemblerModifier and TypeClassDescriptionclass
class
Methods in org.hibernate.sql.results.graph that return DomainResultAssemblerModifier and TypeMethodDescriptionFetch.createAssembler
(InitializerParent<?> parent, AssemblerCreationState creationState) Create the assembler for this fetchDomainResult.createResultAssembler
(InitializerParent<?> parent, AssemblerCreationState creationState) Create an assembler (and any initializers) for this result. -
Uses of DomainResultAssembler in org.hibernate.sql.results.graph.basic
Classes in org.hibernate.sql.results.graph.basic that implement DomainResultAssemblerModifier and TypeClassDescriptionclass
class
ABasicResultAssembler
which does type coercion to handle cases where the expression type and the expected resultJavaType
are different (e.g.Methods in org.hibernate.sql.results.graph.basic that return DomainResultAssemblerModifier and TypeMethodDescriptionBasicFetch.createAssembler
(InitializerParent<?> parent, AssemblerCreationState creationState) BasicFetch.createResultAssembler
(InitializerParent<?> parent, AssemblerCreationState creationState) BasicResult.createResultAssembler
(InitializerParent<?> parent, AssemblerCreationState creationState) BasicResult.getAssembler()
For testing purposes only -
Uses of DomainResultAssembler in org.hibernate.sql.results.graph.tuple
Classes in org.hibernate.sql.results.graph.tuple that implement DomainResultAssemblerMethods in org.hibernate.sql.results.graph.tuple that return DomainResultAssemblerModifier and TypeMethodDescriptionTupleResult.createResultAssembler
(InitializerParent<?> parent, AssemblerCreationState creationState) TupleResult.getAssembler()
For testing purposes only -
Uses of DomainResultAssembler in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return DomainResultAssembler