@Retention(value=RUNTIME)
@Target(value=FIELD)
@Inherited
public @interface ONE_COLUMN_INDEX
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
ifNotExists |
java.lang.String |
indexName |
boolean |
unique |
java.lang.String |
whereExpression |