パッケージ org.nkjmlab.sorm4j

インタフェース ResultSetMapper

    • メソッドの詳細

      • mapRow

        <T> T mapRow​(Class<T> objectClass,
                     ResultSet resultSet)
        Maps the current row in the given resultSet to an object.
        型パラメータ:
        T -
        パラメータ:
        objectClass -
        resultSet -
        戻り値:
      • mapRowList

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