Module eclipselink

Annotation Interface CacheIndexes


@Target(TYPE) @Retention(RUNTIME) public @interface CacheIndexes
Allow a set of cache indexes to be defined on an Entity.
Author:
James Sutherland
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An array of CacheIndex annotations.
  • Element Details

    • value

      CacheIndex[] value
      An array of CacheIndex annotations.
      Default:
      {}