Correction. the above error is this
operator == is undefined for the argument type(s) int,null
why does it consider null when we explicitly state the return value to be not null like
here
@Column(name = "id", nullable = false)
| @NotNull
| public int getId() {
| return this.id;
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018352#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...