Package javax.jdo.annotations
Annotation Type Index
-
@Target({TYPE,FIELD,METHOD}) @Retention(RUNTIME) @Repeatable(Indices.class) public @interface IndexAnnotation for a database index. Used for database schema generation to create indexes. Corresponds to the xml element "index".- Since:
- 2.1
- Version:
- 2.1
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Column[]columnsColumns that compose this index.Extension[]extensionsVendor extensions.java.lang.String[]membersMember (field and property) names that compose this index.java.lang.StringnameName of the indexjava.lang.StringtableTable for the index.java.lang.StringuniqueWhether this index is unique
-