我在做实体bean时用 Integer来映射的(如 private Integer abc;)。
但是在action里接收时却是用 int 来接收的(如 int a = entity.getAbc()),大量使用这样的方法有什么样的后果