Fight With Me!!!

导航

hql得到一个实体的数量

Session session=this.getSession;
string hql="select count(tb) from table tb";
Query query=session.createQuery(hql);
int count=(Integer)query.uniqueResult();

posted on 2015-04-20 20:53  nickTimer  阅读(292)  评论(0编辑  收藏  举报