当前位置:
首页 >
hibernate异常:not-null property references a null or transient value
发布时间:2024/4/17
50
豆豆
生活随笔
收集整理的这篇文章主要介绍了
hibernate异常:not-null property references a null or transient value
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
http://blog.163.com/xiexueyong1987@126/blog/static/1262673422009106103128236/
调用delete()时,出现PropertyValueException:not-null property references a null or transient value异常
原因:当你在Hmb映射文件中(*.hbm.xml)的<property>标记内使用了not-null(默认为false)属性,并且值等于true,那么调用delete()方法,则hibernate会抛出PropertyValueException:not-null property references a null or transient value ,引用的属性不能为空值。
总结
以上是生活随笔为你收集整理的hibernate异常:not-null property references a null or transient value的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: Transaction rolled b
- 下一篇: sybase游标使用方法