ObjectDB ObjectDB

Column.updatable - JPA annotation element

Annotation Element
javax.persistence.Column
boolean updatable

(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
Default value:
true
Since:
JPA 1.0