@Target(value={}) @Retention(value=RUNTIME) public @interface Index
Modifier and Type | Required Element and Description |
---|---|
String |
columnList
(Required) The names of the columns to be included in the index.
|
public abstract String columnList
public abstract String name
public abstract boolean unique
Copyright © 2013. All Rights Reserved.