码迷,mamicode.com
首页 > 数据库 > 详细

[hibernate]org.hibernate.PropertyAccessException: Null value was assigned to a property of primitive type setter

时间:2016-01-11 10:23:45      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:

org.hibernate.PropertyAccessException: Null value was assigned to a property of primitive type setter of com.wa.dataprocess.query.model.AcrossDeptApply

 

包装类和基本数据类型的区别,

包装类默认为null,基本类型为0.

public class AcrossDeptApply implements Serializable

   private String applyReason;//申请原因
    private String  status;//是否撤销申请  0
    private long applyUserId

  //......getter ,setter
   }

 

将基本类型的long改为包装类Long即可解决上述异常。  

[hibernate]org.hibernate.PropertyAccessException: Null value was assigned to a property of primitive type setter

标签:

原文地址:http://www.cnblogs.com/lonelywolfmoutain/p/5120201.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!