ObjectDB ObjectDB

JoinColumn.columnDefinition - JPA annotation element

Annotation Element
javax.persistence.JoinColumn
String columnDefinition

(Optional) The SQL fragment that is used when generating the DDL for the column.

Defaults to the generated SQL for the column.

Default value:
""
Since:
JPA 1.0