Annotation Type Indexes


  • @Target({METHOD,FIELD,TYPE})
    @Retention(RUNTIME)
    public @interface Indexes
    Allow a set of database indexes to be define on an Entity.
    Author:
    James Sutherland
    Since:
    EclipseLink 2.2
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Index[] value  
    • Element Detail

      • value

        Index[] value
        Default:
        {}