@Target(value={TYPE,FIELD,METHOD}) @Retention(value=RUNTIME) @Repeatable(value=Indices.class) public @interface Index
Modifier and Type | Optional Element and Description |
---|---|
Column[] |
columns
Columns that compose this index.
|
Extension[] |
extensions
Vendor extensions.
|
String[] |
members
Member (field and property) names that compose this index.
|
String |
name
Name of the index
|
String |
table
Table for the index.
|
String |
unique
Whether this index is unique
|
public abstract String name
public abstract String table
public abstract String unique
public abstract String[] members
public abstract Column[] columns
public abstract Extension[] extensions
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.