摘要: dao层@SuppressWarnings("unchecked") public List findVo(String hql) throws Exception { return this.getHibernateTemplate().find(hql); }service层public M_... 阅读全文
posted @ 2014-05-06 15:29 李贰白 阅读(418) 评论(0) 推荐(0)