Annotation Interface Embedded


@Target({FIELD,PARAMETER}) @Retention(CLASS) public @interface Embedded
Specifies a field that should not be used as a column in query results and parameters, but that should be used as column set of parent entity.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      common prefix for embedded field columns, default: snake_case field name with '_'
      Default:
      ""