|

楼主 |
发表于 2007-5-11 15:22:11
|
显示全部楼层
e.setFlowId(fc.getFlowId());
e.setEvectionid(es.autoCreateNextID());
System.out.println("autoCreateNextID"+e.getEvectionid());
es.getEvectiondao().getSession().beginTransaction();
es.save(e);
es.getEvectiondao().getSession().flush();
es.getEvectiondao().getSession().beginTransaction().commit();
完整的代码 那2个值都有的我打印出来过了 |
|