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