Annotation Type ClassId


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(TYPE)
    @MappedService(ClassId.class)
    public @interface ClassId
    Annotation for the class id of a persistent object.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value
      Determines the class ID.
    • Element Detail

      • value

        int value
        Determines the class ID.
        Returns:
        the class ID