#queryForLong

spring 4.2.0后jdbcTemplate中不用queryForLong了(之系统升级发现)

在spring3.2.2之后,jdbcTemplate.queryForInt已经被取消了!原来是这样写的:Java代码 Stringsql="SELECTcount(*)FROMUSERSWHEREusername=?";booleanresult=false;intcount=getJdbcTemplat...