Annotation Interface Index


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface Index
Configures a session attribute index.
Author:
Paul Ferraro
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    An arbitrary, but unique identifier of the index, intended as a shorter version of the index name.
    The name of the index
  • Element Details

    • id

      String id
      An arbitrary, but unique identifier of the index, intended as a shorter version of the index name.
      Returns:
      the unique identifier for the index
    • name

      String name
      The name of the index
      Returns:
      the index name