Interface JdbcMapper<T>

  • All Known Implementing Classes:
    ListMapper

    public interface JdbcMapper<T>
    • Method Summary

      Modifier and Type Method Description
      Optional<T> map​(org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet resultSet)  
    • Method Detail

      • map

        Optional<T> map​(org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet resultSet)