码迷,mamicode.com
首页 > 数据库 > 详细

jdbcTemplate查询结果为对象list

时间:2019-12-24 18:40:24      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:cte   query   ttl   lis   查询   new   template   row   order by   

RowMapper<WmsExpensesSettleEntity> rowMapper1=new BeanPropertyRowMapper<WmsExpensesSettleEntity>(WmsExpensesSettleEntity.class);
List<WmsExpensesSettleEntity> list= jdbcTemplate.query(s+where + " and (bill_orderno =‘‘ or bill_orderno = null) order by create_date Desc", rowMapper1);

jdbcTemplate查询结果为对象list

标签:cte   query   ttl   lis   查询   new   template   row   order by   

原文地址:https://www.cnblogs.com/gxl1/p/12092696.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!