Modifier and Type | Optional Element and Description |
---|---|
String |
catalog
The catalog of the join table.
|
javax.persistence.JoinColumn[] |
inverseJoinColumns
The foreign key columns of the join table which reference the primary table of the entity that does not
own the association (i.e. the inverse side of the association).
|
String |
name
Name of the join table.
|
String |
schema
The schema of the join table.
|
public abstract String name
public abstract String schema
public abstract String catalog
Copyright © 2023. All rights reserved.