Annotation Type Generated


  • @Target({FIELD,METHOD})
    @Retention(RUNTIME)
    public @interface Generated
    The annotated property is generated by the database.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      GenerationTime value
      The enum value representing when the value is generated.
    • Element Detail

      • value

        GenerationTime value
        The enum value representing when the value is generated.