MySQL NDB Cluster API Developer Guide

4.3.2.6 Indices

Annotation for a group of indices. This is used on a class where there are multiple indices defined.

4.3.2.6.1 Synopsis
 @Target(value=java.lang.annotation.ElementType.TYPE) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Indices {
  public Index[] value ;
}
4.3.2.6.2 value

The indices.

Table 4.88 value

Parameter Description
return The indices