updatable (false) still allows update to column
710864Nov 6 2009 — edited Nov 10 2009Hi all,
I have a Long column marked as insertable=true, updatable=false... however I still see the column in the database being updated when issuing a "merge" with a duplicate object instance (pks are identical)
My table is fairly simple, the only thing of interest is that my @Id field is a String.
I am using Toplink 11.1.1.1.1.0.
Has anyone seen this before?
Thanks,
Steve