Annotation Type Nested


  • @Retention(RUNTIME)
    @Target({PARAMETER,FIELD,METHOD})
    public @interface Nested
    Signals that the annotated element is a nested mapped type.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      The column name prefix for all members of the nested object.
    • Element Detail

      • value

        java.lang.String value
        The column name prefix for all members of the nested object. If unset, no column name prefix is applied.
        Returns:
        the column name prefix
        Default:
        ""