Could not synchronize database state with session问题,说保存空
时间:2014-08-25 14:53:34
收藏:0
阅读:291
Could not synchronize database state with session问题,说保存空
,可以在post.hbm.xml文件里设置inverse="true",这样就可以完美的解决这个问题,主要是person_post里的post为联合主键,它不能为空

评论(0)