ObjectDB ObjectDB

MapKeyColumn.columnDefinition - JPA annotation element

Annotation Element
javax.persistence.MapKeyColumn
String columnDefinition

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

Defaults to the generated SQL to create a column of the inferred type.

Default value:
""
Since:
JPA 2.0