文件名称:JdbcTemplate的jar包.rar
文件大小:2.16MB
文件格式:RAR
更新时间:2023-04-06 15:31:39
JdbcTemplate
JdbcTemplate的jar包 内含: commons-logging-1.2.jar spring-beans-5.0.0.RELEASE.jar spring-core-5.0.0.RELEASE.jar spring-jdbc-5.0.0.RELEASE.jar spring-tx-5.0.0.RELEASE.jar 查询一行的内容,封装为map用:template.queryForMap(sql) 查询所有的内容,封装为list用 :template.queryForList(sql) 查询所有的内容,封装为对象用:template.query(sql, new BeanPropertyRowMapper<对象>(对象.class)); 查询需要使用聚合函数的内容,如:select count(id)from account用:template.queryForObject(sql)
【文件预览】:
spring-jdbc-5.0.0.RELEASE.jar
spring-beans-5.0.0.RELEASE.jar
commons-logging-1.2.jar
spring-tx-5.0.0.RELEASE.jar
spring-core-5.0.0.RELEASE.jar