Annotation Interface ProjectedFieldName


@Retention(RUNTIME) @Target({PARAMETER,FIELD}) public @interface ProjectedFieldName
Define a field's path for the SELECT statement when using a projection DTO. It supports the "dot" notation for fields in referenced entities: the name is composed of the property name for the relationship, followed by a dot ("."), followed by the name of the field.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details