Class SqlResultEntityTypeMapper<RS,R>

java.lang.Object
io.micronaut.data.runtime.mapper.sql.SqlResultEntityTypeMapper<RS,R>
Type Parameters:
RS - The result set type
R - The result type
All Implemented Interfaces:
SqlTypeMapper<RS,R>, TypeMapper<RS,R>

@Internal public final class SqlResultEntityTypeMapper<RS,R> extends Object implements SqlTypeMapper<RS,R>
A TypeMapper that can take a RuntimePersistentEntity and a ResultReader and materialize an instance using column naming conventions mapped by the entity.