Package io.micronaut.data.runtime.mapper.sql
Classes specific to mapping SQL data sets.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Interface Summary Interface Description SqlResultEntityTypeMapper.PushingMapper<RS,R> The pushing mapper helper interface.SqlTypeMapper<RS,R> ATypeMapper
that specific to SQL. -
Class Summary Class Description SqlDTOMapper<T,S,R> Subclass ofDTOMapper
specifically for SQL.SqlResultEntityTypeMapper<RS,R> ATypeMapper
that can take aRuntimePersistentEntity
and aResultReader
and materialize an instance using using column naming conventions mapped by the entity.