@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface Table
Modifier and Type | Optional Element and Description |
---|---|
String[] |
createAttributes
Defines DDL attributes e.g.
|
String |
name |
String[] |
uniqueIndexes
Defines the index names on the table that are uniquely constrained.
|
public abstract String[] createAttributes
public abstract String name
public abstract String[] uniqueIndexes