Configuration config = new Configuration().configure();
sessionFactory = config.buildSessionFactory();
session = sessionFactory.openSession();
sessionFactory = config.buildSessionFactory();
session = sessionFactory.openSession();
2016-09-21
有错的小伙伴看这节课的笔记有我写的正确代码,用的是tomcat8.0+hibernate5.5+junit4.12+eclipse neno
2016-09-19
update不能修改主键 sid设置的是主键 主键改为2的话默认是新建一个 改其他属性,sid不动的话update就会生效了
2016-09-16