Annotation Interface ExternalName


@Retention(CLASS) @Target({TYPE,FIELD}) public @interface ExternalName
Sets the name of an @Entity, a property or a ToMany in an external system (like another database).
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name assigned to the annotated element in the external system.
  • Element Details

    • value

      String value
      The name assigned to the annotated element in the external system.