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


@CacheIndexes

Use @CacheIndexes to define a set of @CacheIndex on an entity.


Annotation Elements

Table 2-6 describes this annotation's elements.

Table 2-6 @CacheIndexes Annotation Elements

Annotation Element Description Default

CacheIndex[]

An array of cache indexes




Examples

See "@CacheIndex" for examples of using the @CacheIndexes annotation.


See Also

For more information, see: