クラス SingleColumnRowMapper<T>

  • すべての実装されたインタフェース:
    org.springframework.jdbc.core.RowMapper<T>

    public class SingleColumnRowMapper<T>
    extends Object
    implements org.springframework.jdbc.core.RowMapper<T>
    1列しかないResultSetをマッピングします。
    作成者:
    T.TSUCHIE
    • コンストラクタの詳細

      • SingleColumnRowMapper

        public SingleColumnRowMapper​(ValueType<T> valueType)
    • メソッドの詳細

      • mapRow

        public T mapRow​(ResultSet rs,
                        int rowNum)
                 throws SQLException
        定義:
        mapRow インタフェース内 org.springframework.jdbc.core.RowMapper<T>
        例外:
        SQLException