We have some hibernate getter methods annotated with both @Column and @Basic .
We get an exception if we do not have the appropriate device. Why is this?
In our case, we print the value returned from the recipient (to get it in the database), and the setter has no functional purpose. Therefore, we just have an empty method to get around the error condition.
java hibernate getter-setter
Marcus Leon Apr 20 '10 at 16:08 2010-04-20 16:08
source share