Annotation Type Index
-
@Retention(RUNTIME) @Target(TYPE) @Repeatable(Indexes.class) public @interface Index
Define an index on a table.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
name
String[]
properties
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
unique
-