@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface SecondaryTable
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
(Required) the name of the table
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
catalog |
PrimaryKeyJoinColumn[] |
pkJoinColumns |
java.lang.String |
schema |
UniqueConstraint[] |
uniqueConstraints |
public abstract PrimaryKeyJoinColumn[] pkJoinColumns
public abstract UniqueConstraint[] uniqueConstraints