码迷,mamicode.com
首页 > 编程语言 > 详细

org.hibernate.validator.constraints.NotBlank' validating type 'java.lang.Integer

时间:2017-11-25 18:27:52      阅读:612      评论:0      收藏:0      [点我收藏+]

标签:nbsp   技术分享   null   ring   integer   tps   type   com   实体类   

使用hibernate时,在save方法时,报了:org.hibernate.validator.constraints.NotBlank‘ validating type ‘java.lang.Integer,因为@NotBlank是针对String的   。 解决方法是将实体类的注解换成     @NotNull,就行了,

替换前

 

替换后

技术分享图片

org.hibernate.validator.constraints.NotBlank' validating type 'java.lang.Integer

标签:nbsp   技术分享   null   ring   integer   tps   type   com   实体类   

原文地址:http://www.cnblogs.com/lengxiaofeng/p/7895845.html

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