摘要: 1、定义查询语句 String sql="select count(*) from ExcelInfor";2、获取count(*)返回结果: (1)int count=Integer.parseInt(session.createSQLQuery(sql).list().get(0).toStri 阅读全文
posted @ 2016-03-10 09:07 追风的岁月无惧风雨 阅读(1574) 评论(0) 推荐(0)