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: 251
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