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> Deprecated, for removal: This API element is subject to removal in a future version.Not used as of 4.2The 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.