Annotation for a database index.
@Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface com.mysql.clusterj.annotation.Index {public java.lang.String name ;public java.lang.String unique ;public com.mysql.clusterj.annotation.Column[] columns ;
}

Columns that compose this index.
Parameters  | |
return  | 
columns that compose this index  | 
