ObjectDB ObjectDB

DiscriminatorColumn.columnDefinition - JPA annotation element

Annotation Element
javax.persistence.DiscriminatorColumn
String columnDefinition

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

Defaults to the provider-generated SQL to create a column of the specified discriminator type.

Default value:
""
Since:
JPA 1.0