Uses of Class
org.hibernate.sql.results.graph.basic.BasicResultAssembler
Packages that use BasicResultAssembler
-
Uses of BasicResultAssembler in org.hibernate.sql.results.graph.basic
Subclasses of BasicResultAssembler in org.hibernate.sql.results.graph.basicModifier and TypeClassDescriptionclass
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 BasicResultAssemblerModifier and TypeMethodDescriptionstatic <X> BasicResultAssembler
<X> BasicResultAssembler.from
(SqlSelection selection, JavaType<X> javaType)