Package javax.persistence
Annotation Type CollectionTable
-
@Target(FIELD) @Retention(RUNTIME) public @interface CollectionTable
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringcatalogForeignKeyforeignKeyIndex[]indexesJoinColumn[]joinColumnsStringnameStringschemaUniqueConstraint[]uniqueConstraints
-
-
-
Element Detail
-
name
String name
- Default:
- ""
-
-
-
catalog
String catalog
- Default:
- ""
-
-
-
schema
String schema
- Default:
- ""
-
-
-
joinColumns
JoinColumn[] joinColumns
- Default:
- {}
-
-
-
uniqueConstraints
UniqueConstraint[] uniqueConstraints
- Default:
- {}
-
-
-
indexes
Index[] indexes
- Default:
- {}
-
-
-
foreignKey
ForeignKey foreignKey
- Default:
- @javax.persistence.ForeignKey(javax.persistence.ConstraintMode.PROVIDER_DEFAULT)
-
-