JPA and Entities without setter methods
843830Jul 27 2007 — edited Aug 1 2007Hello,
maybe a stupid question: I have an entity without a setter methods in order to make it immutable after creation. I�ve written all JPA annotations on method level - here on the getter method. I�ve got the error msg that the setter is required. It is possible to annotate fields without the setter method?
Thx,
Thilko