@Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface PrimaryKeyJoinColumn
Modifier and Type | Optional Element and Description |
---|---|
String |
columnDefinition
The SQL fragment that is used when generating the DDL for the column.
|
String |
name
The name of the primary key column of the current table.
|
String |
referencedColumnName
The name of the primary key column of the table being joined to.
|
public abstract String name
public abstract String referencedColumnName
public abstract String columnDefinition