Interface SqlTypeMapper<RS,R>

Type Parameters:
RS - The result set type
R - The result type
All Superinterfaces:
TypeMapper<RS,R>
All Known Implementing Classes:
JsonQueryResultMapper, SqlDTOMapper, SqlResultEntityTypeMapper

public interface SqlTypeMapper<RS,R> extends TypeMapper<RS,R>
A TypeMapper that specific to SQL.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    hasNext(RS resultSet)
    Is another result available.

    Methods inherited from interface io.micronaut.data.runtime.mapper.TypeMapper

    getConversionService, map, read, read
  • Method Details

    • hasNext

      boolean hasNext(RS resultSet)
      Is another result available.
      Parameters:
      resultSet - The result set
      Returns:
      True if it is