|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface SecondaryTable
| Required Element Summary | |
|---|---|
String |
name
|
| Optional Element Summary | |
|---|---|
String |
catalog
|
PrimaryKeyJoinColumn[] |
pkJoinColumns
|
String |
schema
|
UniqueConstraint[] |
uniqueConstraints
|
| Element Detail |
|---|
public abstract String name
public abstract String catalog
public abstract String schema
public abstract PrimaryKeyJoinColumn[] pkJoinColumns
public abstract UniqueConstraint[] uniqueConstraints
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||