Interface SqlTypeMapper<RS,R>
- Type Parameters:
RS
- The result set typeR
- The result type
- All Superinterfaces:
TypeMapper<RS,
R>
- All Known Implementing Classes:
JdbcTupleMapper
,JsonQueryResultMapper
,RowTupleMapper
,SqlDTOMapper
,SqlResultEntityTypeMapper
A
TypeMapper
that specific to SQL.-
Method Summary
Methods inherited from interface io.micronaut.data.runtime.mapper.TypeMapper
getConversionService, map, read, read
-
Method Details
-
hasNext
Is another result available.- Parameters:
resultSet
- The result set- Returns:
- True if it is
-