摘要:
public List<User> getUserById(final int userId,final int maxCount,final int firstResult) throws Exception {final String hql = "from User where userId=? ";return this.getHibernateTemplate().executeFind(new HibernateCallback() {public Object doInHibernate(final Session session) throws 阅读全文
posted @ 2013-02-05 21:14
白开水皮皮
阅读(15775)
评论(0)
推荐(0)
浙公网安备 33010602011771号