パッケージ org.nkjmlab.sorm4j

インタフェース TypedResultSetMapper<T>

    • メソッドの詳細

      • mapRow

        T mapRow​(ResultSet resultSet)
        Maps the current row in the given resultSet to an object.
        パラメータ:
        resultSet -
        戻り値:
      • mapRows

        List<T> mapRows​(ResultSet resultSet)
        Maps the all rows in the given resultSet to an object list.
        パラメータ:
        resultSet -
        戻り値: