Annotation Type JoinProperty


  • @Retention(SOURCE)
    @Target({})
    public @interface JoinProperty
    Defines name and referencedName properties for relations
    See Also:
    ToMany
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name
      Name of the property in the name entity, which matches referencedName()
      java.lang.String referencedName
      Name of the property in the referencedName entity, which matches name()
    • Element Detail

      • name

        java.lang.String name
        Name of the property in the name entity, which matches referencedName()
      • referencedName

        java.lang.String referencedName
        Name of the property in the referencedName entity, which matches name()