Uses of Interface
org.hibernate.sql.results.graph.DomainResultAssembler
Packages that use DomainResultAssembler
Package
Description
Defines domain result graphs.
-
Uses of DomainResultAssembler in org.hibernate.sql.results.graph
Classes in org.hibernate.sql.results.graph that implement DomainResultAssemblerModifier and TypeClassDescriptionclassclassMethods 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 TypeClassDescriptionclassclassABasicResultAssemblerwhich does type coercion to handle cases where the expression type and the expected resultJavaTypeare 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