Annotation Type ForeignKeyObject


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface ForeignKeyObject
    Marks a field as the correspondent object to a foreign key. This property does not have to exists on the database. The parameter value has to match the corresponding ForeignKey parameter value.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value  
    • Element Detail

      • value

        int value