gpt4 book ai didi

spring - spring-jdbc-4.2.4 jar 中的 ParameterizedRowMapper

转载 作者:行者123 更新时间:2023-12-05 08:57:10 24 4
gpt4 key购买 nike

我正在将我的代码从 spring-3.1.0 迁移到 spring-4.2.4,但是在使用 spring-jdbc-4.2.4 时我无法找到 ParameterizedRowMapper 接口(interface)。你能帮忙告诉我,哪个接口(interface)取代了 jdbc-4.2.4 jar 中的 ParameterizedRowMapper 吗?谢谢

最佳答案

如文档所述,您应该直接使用 SingleColumnRowMapper 或 RowMapper:

Deprecated. along with SimpleJdbcTemplate, in favor of the regular SingleColumnRowMapper

@Deprecated public interface ParameterizedRowMapper extends RowMapper

Extension of the RowMapper interface, adding type parameterization. As of Spring 3.0, this is equivalent to using the RowMapper interface directly.

有关更多信息,请参阅 javadoc of ParameterizedRowMapper .

关于spring - spring-jdbc-4.2.4 jar 中的 ParameterizedRowMapper,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35912199/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com