Annotation Interface ResultColumns


@Retention(SOURCE) @Target(FIELD) @Documented public @interface ResultColumns
Used to document what columns are supposed to be returned by the DQL.
Author:
Donal Fellows
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Describes what columns are expected in the result.
  • Element Details

    • value

      ResultColumn[] value
      Describes what columns are expected in the result.
      Returns:
      List of column names.