您当前的位置: 首页 >  hibernate

郭梧悠

暂无认证

  • 5浏览

    0关注

    402博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

org.hibernate.PropertyValueException: not-null property references a null or transient value

郭梧悠 发布时间:2012-11-14 22:39:19 ,浏览量:5

org.hibernate.PropertyValueException: not-null property references a null or transient value:

com.bjcx.project.entity.task.Equipmenttable.ProjPortfolioID at org.hibernate.engine.Nullability.checkNullability(Nullability.java:72) at org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate 字面意思:一个不允许为Null的属性引用了一个为Null的或者无效的值。 原因:在***.hbm.xml中的 中,not-null="true",这说明属性ProjPortfolioID 不允许为空,而在ActionForm中未给他赋值,则就为空,所以就会报错! 

文章来源:http://zgphacker2010.iteye.com/blog/983190
关注
打赏
1663674776
查看更多评论
立即登录/注册

微信扫码登录

4.4127s