Customer c = new Customer();
c.setCust_id(1l);
session.update();
session.saveOrUpdate();
c.setCust_id(null);
<!-- 设置事务的隔离级别 -->
<property name="hibernate.connection.isolation">4</property>
<!-- 配置与当前线程绑定的Session -->
<property name="hibernate.current_session_context_class">thread</property>
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) | 黑马程序员IT技术论坛 X3.2 |