码迷,mamicode.com
首页 > 其他好文 > 详细

hql返回数值

时间:2017-02-22 18:01:28      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:返回   unique   userinfo   on()   turn   int   info   pre   return   

1 public int getCountUser() throws ParseException {
2         Session hSession = sessionFactory.getCurrentSession();
3         Query query = hSession.createQuery("select count(*) from WgUserinfoEntity");
4         return ((Number)query.uniqueResult()).intValue();
5     }

 

hql返回数值

标签:返回   unique   userinfo   on()   turn   int   info   pre   return   

原文地址:http://www.cnblogs.com/sunnyny/p/6429907.html

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