JoinColumn.updatable - JPA annotation element
Annotation Element javax.persistence.JoinColumn
boolean updatable
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
- Default value:
- true
- Since:
- JPA 1.0