摘要:
Hibernate.cfg.xml: org.hibernate.dialect.MySQLDialect com.mysql.jdbc.Driver jdbc:mysql://localhost:3306/spring?useUnicode=true&charact... 阅读全文
摘要:
HQL查询:public Object query(String name){ Session s=null; try{ s=HibernateSessionFactory.getSession(); //String hql="from User where name=?"; //... 阅读全文