Java Persistence API (JPA) Extensions Reference for EclipseLink, Release 2.4
  Go To Table Of Contents
 Search
 PDFComments
Comments


@Indexes

Use @Indexes to define a set of database indexes for an Entity.


Annotation Elements

Table 2-27 describes this annotation's elements.

Table 2-27 @Indexes Annotation Elements

Annotation Element Description Default

Index[]

An array of database indexes




Examples

See "@Index" for an example of using the @Index annotation.


See Also

For more information see: