Interface SqlTypeMapper<RS,R>
-
- Type Parameters:
RS- The result set typeR- The result type
- All Superinterfaces:
TypeMapper<RS,R>
- All Known Implementing Classes:
SqlDTOMapper,SqlResultEntityTypeMapper
public interface SqlTypeMapper<RS,R> extends TypeMapper<RS,R>
ATypeMapperthat specific to SQL.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext(RS resultSet)Is another result available.-
Methods inherited from interface io.micronaut.data.runtime.mapper.TypeMapper
getConversionService, map, read, read
-
-
-
-
Method Detail
-
hasNext
boolean hasNext(RS resultSet)
Is another result available.- Parameters:
resultSet- The result set- Returns:
- True if it is
-
-