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#4018352

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018352
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to