ObjectDB ObjectDB

Column.insertable - JPA annotation element

Annotation Element
javax.persistence.Column
boolean insertable

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