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