首页 > 其他 > 详细

ejb ql 返回object

时间:2015-03-31 17:27:02      阅读:188      评论:0      收藏:0      [点我收藏+]
String sqlStr="select t.car_kind,count(t) from table1 t where t.jb_date=‘"+jb_date+"‘ and t.state=‘"+state+"‘ and t.sbzt=‘1‘ and t.bureau_code=‘"+ljdm+"‘ group by t.car_kind";



List<Object[]> ob = DdmlCommServiceFactory.getInstance()
.getCommonRemote().getListByEjbQl(sqlStr, new String[] {},
new Object[] {})

 

ejb ql 返回object

原文:http://www.cnblogs.com/stono/p/4381182.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!