Jakarta Persistence (JPA) Method
String columnDefinition
(Optional) The SQL fragment that is used when generating the DDL for the column. This should not be specified for a
OneToOne
primary key association.
Defaults to the generated SQL to create a column of the inferred type.
- Default:
- ""
- Since:
- Jakarta Persistence (JPA) 1.0