Package io.micronaut.data.runtime.mapper.sql
package io.micronaut.data.runtime.mapper.sql
Classes specific to mapping SQL data sets.
- Since:
- 1.0.0
- Author:
- graemerocher
-
ClassDescriptionJsonQueryResultMapper<T,
RS, R> The JSON query result mapper.SqlDTOMapper<T,S, R> Subclass ofDTOMapper
specifically for SQL.The SQL json column reader.The SQL JSON parameter value mapper.ATypeMapper
that can take aRuntimePersistentEntity
and aResultReader
and materialize an instance using using column naming conventions mapped by the entity.The pushing mapper helper interface.SqlTypeMapper<RS,R> ATypeMapper
that specific to SQL.