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 |
---|---|---|
|
An array of database indexes |
Examples
See "@Index" for an example of using the @Index
annotation.
See Also
For more information see: