Annotation Type XSecondaryTable
Extended secondary table.
- Since:
- 0.4.0
- Author:
- Abe White
-
Element Details
-
name
String name
-
-
-
catalog
String catalog- Default:
- ""
-
schema
String schema- Default:
- ""
-
pkJoinColumns
jakarta.persistence.PrimaryKeyJoinColumn[] pkJoinColumns- Default:
- {}
-
indexes
Index[] indexes- Default:
- {}
-
foreignKeys
ForeignKey[] foreignKeys- Default:
- {}
-
uniqueConstraints
Unique[] uniqueConstraints- Default:
- {}
-