Class CoercingResultAssembler<J>

java.lang.Object
org.hibernate.sql.results.graph.basic.BasicResultAssembler<J>
org.hibernate.sql.results.graph.basic.CoercingResultAssembler<J>
All Implemented Interfaces:
DomainResultAssembler<J>

public class CoercingResultAssembler<J> extends BasicResultAssembler<J>
A BasicResultAssembler which does type coercion to handle cases where the expression type and the expected result JavaType are different (e.g. same column mapped with differently typed properties).