摘要: Hibernate.cfg.xml: org.hibernate.dialect.MySQLDialect com.mysql.jdbc.Driver jdbc:mysql://localhost:3306/spring?useUnicode=true&charact... 阅读全文
posted @ 2015-10-22 17:17 Bodi 阅读(531) 评论(0) 推荐(0) 编辑
摘要: HQL查询:public Object query(String name){ Session s=null; try{ s=HibernateSessionFactory.getSession(); //String hql="from User where name=?"; //... 阅读全文
posted @ 2015-10-22 15:19 Bodi 阅读(362) 评论(0) 推荐(0) 编辑