@Target(value={METHOD,FIELD,TYPE})
@Retention(value=RUNTIME)
public @interface Index
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
catalog
The catalog of the INDEX
|
java.lang.String[] |
columnNames
Specify the set of columns to define the index on.
|
java.lang.String |
name
The name of the INDEX, defaults to INDEX_<table-name>
|
java.lang.String |
schema
The schema of the INDEX
|
java.lang.String |
table
The table to define the index on, defaults to entities primary table.
|
boolean |
unique |