Annotation Type ToMany


  • @Retention(SOURCE)
    @Target(FIELD)
    public @interface ToMany
    Defines *-to-N relation
    • Element Detail

      • referencedJoinProperty

        java.lang.String referencedJoinProperty
        Name of the property inside the target entity which holds id of the source (current) entity Required unless no JoinProperty or JoinEntity is specified
        Default:
        ""