Uses of Class
org.hibernate.sql.results.graph.basic.BasicResultAssembler
-
Packages that use BasicResultAssembler Package Description org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity.internal -
-
Uses of BasicResultAssembler in org.hibernate.sql.results.graph.basic
Subclasses of BasicResultAssembler in org.hibernate.sql.results.graph.basic Modifier and Type Class Description classCoercingResultAssembler<J>ABasicResultAssemblerwhich 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 BasicResultAssembler Modifier and Type Method Description static <X> BasicResultAssembler<X>BasicResultAssembler. from(SqlSelection selection, JavaType<X> javaType) -
Uses of BasicResultAssembler in org.hibernate.sql.results.graph.embeddable.internal
Fields in org.hibernate.sql.results.graph.embeddable.internal declared as BasicResultAssembler Modifier and Type Field Description protected BasicResultAssembler<?>EmbeddableInitializerImpl. discriminatorAssembler -
Uses of BasicResultAssembler in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return BasicResultAssembler Modifier and Type Method Description protected @Nullable BasicResultAssembler<?>EntityDelayedFetchInitializer. getDiscriminatorAssembler()protected @Nullable BasicResultAssembler<?>EntityInitializerImpl. getDiscriminatorAssembler()Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type BasicResultAssembler Modifier and Type Method Description static @Nullable EntityPersisterEntityInitializerImpl. determineConcreteEntityDescriptor(RowProcessingState rowProcessingState, @Nullable BasicResultAssembler<?> discriminatorAssembler, EntityPersister entityDescriptor)
-