Package javax.persistence
Annotation Type Table
-
@Target(TYPE) @Retention(RUNTIME) public @interface Table
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringcatalogIndex[]indexesStringnameStringschemaUniqueConstraint[]uniqueConstraints
-
-
-
Element Detail
-
name
String name
- Default:
- ""
-
-
-
catalog
String catalog
- Default:
- ""
-
-
-
schema
String schema
- Default:
- ""
-
-
-
uniqueConstraints
UniqueConstraint[] uniqueConstraints
- Default:
- {}
-
-
-
indexes
Index[] indexes
- Default:
- {}
-
-