JPA 2.0 Eclipse Link

Posted by Parhs on Stack Overflow See other posts from Stack Overflow or by Parhs
Published on 2010-04-29T15:57:00Z Indexed on 2010/04/29 17:17 UTC
Read the original article Hit count: 231

Filed under:
|

Hello... I have this code

@Column(updatable=false)
    @Enumerated(EnumType.STRING)
    private ExamType examType;

How ever i can change the value when i update it via merge.. WHY????

© Stack Overflow or respective owner

Related posts about jpa

Related posts about java